Class: Aws::Types::UpdateLookupTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLookupTableRequest
- 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_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#table_body ⇒ ::String
Returns the value of attribute table_body.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def kms_key_id @kms_key_id end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def lookup_table_arn @lookup_table_arn end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def query_id @query_id end |
#table_body ⇒ ::String
Returns the value of attribute table_body.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def table_body @table_body end |