Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // The description of the prepared statement. Description string `json:"Description,omitempty"` // The query string for the prepared statement. QueryStatement string `json:"QueryStatement"` // The name of the prepared statement. StatementName string `json:"StatementName"` // The name of the workgroup to which the prepared statement belongs. WorkGroup string `json:"WorkGroup"` }
Resource Resource schema for AWS::Athena::PreparedStatement
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.