Class: Aws::Types::DestinationResult
- Inherits:
-
Object
- Object
- Aws::Types::DestinationResult
- 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_bucket_type ⇒ "aws", "customer"
Returns the value of attribute table_bucket_type.
-
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
Instance Attribute Details
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def table_bucket_arn @table_bucket_arn end |
#table_bucket_type ⇒ "aws", "customer"
Returns the value of attribute table_bucket_type.
749 750 751 |
# File 'sig/types.rbs', line 749 def table_bucket_type @table_bucket_type end |
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
751 752 753 |
# File 'sig/types.rbs', line 751 def table_namespace @table_namespace end |