Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // The database to which the query belongs. Database string `json:"Database"` // The query description. Description string `json:"Description,omitempty"` // The query name. Name string `json:"Name,omitempty"` // The unique ID of the query. NamedQueryId string `json:"NamedQueryId,omitempty"` // The contents of the query with all query statements. QueryString string `json:"QueryString"` // The name of the workgroup that contains the named query. WorkGroup string `json:"WorkGroup,omitempty"` }
Resource Resource schema for AWS::Athena::NamedQuery
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.