Class: Aws::Types::NamedQuery
- Inherits:
-
Object
- Object
- Aws::Types::NamedQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#named_query_id ⇒ ::String
Returns the value of attribute named_query_id.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
899 900 901 |
# File 'sig/types.rbs', line 899 def database @database end |
#description ⇒ ::String
Returns the value of attribute description.
898 899 900 |
# File 'sig/types.rbs', line 898 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
897 898 899 |
# File 'sig/types.rbs', line 897 def name @name end |
#named_query_id ⇒ ::String
Returns the value of attribute named_query_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def named_query_id @named_query_id end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
900 901 902 |
# File 'sig/types.rbs', line 900 def query_string @query_string end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
902 903 904 |
# File 'sig/types.rbs', line 902 def work_group @work_group end |