Class: Aws::Types::LookupTable
- Inherits:
-
Object
- Object
- Aws::Types::LookupTable
- 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.
-
#records_count ⇒ ::Integer
Returns the value of attribute records_count.
-
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
-
#table_fields ⇒ ::Array[::String]
Returns the value of attribute table_fields.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def kms_key_id @kms_key_id end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def last_updated_time @last_updated_time end |
#lookup_table_arn ⇒ ::String
Returns the value of attribute lookup_table_arn.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def lookup_table_arn @lookup_table_arn end |
#lookup_table_name ⇒ ::String
Returns the value of attribute lookup_table_name.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def lookup_table_name @lookup_table_name end |
#records_count ⇒ ::Integer
Returns the value of attribute records_count.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def records_count @records_count end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def size_bytes @size_bytes end |
#table_fields ⇒ ::Array[::String]
Returns the value of attribute table_fields.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def table_fields @table_fields end |