Class: Aws::Types::UpdateLookupTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLookupTableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
Instance Attribute Details
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def last_updated_time @last_updated_time end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def lookup_table_arn @lookup_table_arn end |