Class: Aws::Types::CreateLookupTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLookupTableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
Instance Attribute Details
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
252 253 254 |
# File 'sig/types.rbs', line 252 def created_at @created_at end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
251 252 253 |
# File 'sig/types.rbs', line 251 def lookup_table_arn @lookup_table_arn end |