Class: Aws::Types::S3TablesConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3TablesConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
-
#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
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
681 682 683 |
# File 'sig/types.rbs', line 681 def compression_type @compression_type end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
679 680 681 |
# File 'sig/types.rbs', line 679 def namespace @namespace end |
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
682 683 684 |
# File 'sig/types.rbs', line 682 def partition_spec @partition_spec end |
#table_bucket_arn ⇒ ::String
Returns the value of attribute table_bucket_arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def table_bucket_arn @table_bucket_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
680 681 682 |
# File 'sig/types.rbs', line 680 def table_name @table_name end |