Class: Aws::Types::S3TablesDestination
- Inherits:
-
Object
- Object
- Aws::Types::S3TablesDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def table_bucket_arn @table_bucket_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def table_name @table_name end |