Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location struct { // The HTTP verb of a method. Method string `json:"Method,omitempty"` // The name of the targeted API entity. Name string `json:"Name,omitempty"` // The URL path of the target. Path string `json:"Path,omitempty"` // The HTTP status code of a response. StatusCode string `json:"StatusCode,omitempty"` // The type of API entity that the documentation content applies to. Type string `json:"Type,omitempty"` }
Location
func (*Location) MarshalJSON ¶
func (*Location) UnmarshalJSON ¶
type Resource ¶
type Resource struct { // The identifier of the documentation Part. DocumentationPartId string `json:"DocumentationPartId,omitempty"` // The location of the API entity that the documentation applies to. Location *Location `json:"Location"` // The documentation content map of the targeted API entity. Properties string `json:"Properties"` // Identifier of the targeted API entity RestApiId string `json:"RestApiId"` }
Resource Resource Type definition for AWS::ApiGateway::DocumentationPart
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.