Class: Aws::Types::LookupTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LookupTableConfiguration
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def kms_key_id @kms_key_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def role_arn @role_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def table_name @table_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def @tags end |