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.



7581
7582
7583
# File 'sig/types.rbs', line 7581

def compaction_configuration
  @compaction_configuration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


7579
7580
7581
# File 'sig/types.rbs', line 7579

def enabled
  @enabled
end

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

Returns:

  • (::String)


7578
7579
7580
# File 'sig/types.rbs', line 7578

def role_arn
  @role_arn
end

#vpc_configurationTypes::TableOptimizerVpcConfiguration

Returns the value of attribute vpc_configuration.



7580
7581
7582
# File 'sig/types.rbs', line 7580

def vpc_configuration
  @vpc_configuration
end