Class: Aws::Types::S3TablesDestinationResult
- Inherits:
-
Object
- Object
- Aws::Types::S3TablesDestinationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
Instance Attribute Details
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def table_arn @table_arn end |
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def table_bucket_arn @table_bucket_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def table_name @table_name end |
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def table_namespace @table_namespace end |