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.
7549 7550 7551 |
# File 'sig/types.rbs', line 7549 def compaction_configuration @compaction_configuration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
7547 7548 7549 |
# File 'sig/types.rbs', line 7547 def enabled @enabled end |
#orphan_file_deletion_configuration ⇒ Types::OrphanFileDeletionConfiguration
Returns the value of attribute orphan_file_deletion_configuration.
7551 7552 7553 |
# File 'sig/types.rbs', line 7551 def orphan_file_deletion_configuration @orphan_file_deletion_configuration end |
#retention_configuration ⇒ Types::RetentionConfiguration
Returns the value of attribute retention_configuration.
7550 7551 7552 |
# File 'sig/types.rbs', line 7550 def retention_configuration @retention_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
7546 7547 7548 |
# File 'sig/types.rbs', line 7546 def role_arn @role_arn end |
#vpc_configuration ⇒ Types::TableOptimizerVpcConfiguration
Returns the value of attribute vpc_configuration.
7548 7549 7550 |
# File 'sig/types.rbs', line 7548 def vpc_configuration @vpc_configuration end |