Class: Aws::Types::TableOptimizerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TableOptimizerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compaction_configuration ⇒ Types::CompactionConfiguration
Returns the value of attribute compaction_configuration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#orphan_file_deletion_configuration ⇒ Types::OrphanFileDeletionConfiguration
Returns the value of attribute orphan_file_deletion_configuration.
-
#retention_configuration ⇒ Types::RetentionConfiguration
Returns the value of attribute retention_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#vpc_configuration ⇒ Types::TableOptimizerVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#compaction_configuration ⇒ Types::CompactionConfiguration
Returns the value of attribute compaction_configuration.
7581 7582 7583 |
# File 'sig/types.rbs', line 7581 def compaction_configuration @compaction_configuration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
7579 7580 7581 |
# File 'sig/types.rbs', line 7579 def enabled @enabled end |
#orphan_file_deletion_configuration ⇒ Types::OrphanFileDeletionConfiguration
Returns the value of attribute orphan_file_deletion_configuration.
7583 7584 7585 |
# File 'sig/types.rbs', line 7583 def orphan_file_deletion_configuration @orphan_file_deletion_configuration end |
#retention_configuration ⇒ Types::RetentionConfiguration
Returns the value of attribute retention_configuration.
7582 7583 7584 |
# File 'sig/types.rbs', line 7582 def retention_configuration @retention_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
7578 7579 7580 |
# File 'sig/types.rbs', line 7578 def role_arn @role_arn end |
#vpc_configuration ⇒ Types::TableOptimizerVpcConfiguration
Returns the value of attribute vpc_configuration.
7580 7581 7582 |
# File 'sig/types.rbs', line 7580 def vpc_configuration @vpc_configuration end |