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.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def table_arn @table_arn end |
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
2849 2850 2851 |
# File 'sig/types.rbs', line 2849 def table_bucket_arn @table_bucket_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def table_name @table_name end |
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def table_namespace @table_namespace end |