Class: Aws::Types::CreateNamedQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNamedQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def client_request_token @client_request_token end |
#database ⇒ ::String
Returns the value of attribute database.
198 199 200 |
# File 'sig/types.rbs', line 198 def database @database end |
#description ⇒ ::String
Returns the value of attribute description.
197 198 199 |
# File 'sig/types.rbs', line 197 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
196 197 198 |
# File 'sig/types.rbs', line 196 def name @name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
199 200 201 |
# File 'sig/types.rbs', line 199 def query_string @query_string end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
201 202 203 |
# File 'sig/types.rbs', line 201 def work_group @work_group end |