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.
743 744 745 |
# File 'sig/types.rbs', line 743 def table_bucket_arn @table_bucket_arn end |
#table_bucket_type ⇒ "aws", "customer"
Returns the value of attribute table_bucket_type.
742 743 744 |
# File 'sig/types.rbs', line 742 def table_bucket_type @table_bucket_type end |
#table_namespace ⇒ ::String
Returns the value of attribute table_namespace.
744 745 746 |
# File 'sig/types.rbs', line 744 def table_namespace @table_namespace end |