Class: Aws::Types::CreateLookupTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLookupTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#table_body ⇒ ::String
Returns the value of attribute table_body.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
242 243 244 |
# File 'sig/types.rbs', line 242 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def kms_key_id @kms_key_id end |
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
241 242 243 |
# File 'sig/types.rbs', line 241 def lookup_table_name @lookup_table_name end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def query_id @query_id end |
#table_body ⇒ ::String
Returns the value of attribute table_body.
243 244 245 |
# File 'sig/types.rbs', line 243 def table_body @table_body end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
246 247 248 |
# File 'sig/types.rbs', line 246 def @tags end |