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.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def kms_key_id @kms_key_id end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def last_updated_time @last_updated_time end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def lookup_table_arn @lookup_table_arn end |
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def lookup_table_name @lookup_table_name end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def size_bytes @size_bytes end |
#table_body ⇒ ::String
Returns the value of attribute table_body.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def table_body @table_body end |