Class: Aws::Types::TableOptimizerConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compaction_configurationTypes::CompactionConfiguration

Returns the value of attribute compaction_configuration.



7549
7550
7551
# File 'sig/types.rbs', line 7549

def compaction_configuration
  @compaction_configuration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


7547
7548
7549
# File 'sig/types.rbs', line 7547

def enabled
  @enabled
end

#orphan_file_deletion_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


7546
7547
7548
# File 'sig/types.rbs', line 7546

def role_arn
  @role_arn
end

#vpc_configurationTypes::TableOptimizerVpcConfiguration

Returns the value of attribute vpc_configuration.



7548
7549
7550
# File 'sig/types.rbs', line 7548

def vpc_configuration
  @vpc_configuration
end