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.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def kms_key_id @kms_key_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def role_arn @role_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def table_name @table_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def @tags end |