Class: Aws::Types::GetLookupTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLookupTableResponse
- 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.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
-
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
-
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
-
#table_body ⇒ ::String
Returns the value of attribute table_body.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def kms_key_id @kms_key_id end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def last_updated_time @last_updated_time end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def lookup_table_arn @lookup_table_arn end |
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def lookup_table_name @lookup_table_name end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def size_bytes @size_bytes end |
#table_body ⇒ ::String
Returns the value of attribute table_body.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def table_body @table_body end |