Class: Aws::Types::StorageOptimizer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config::Hash[::String, ::String]

Returns the value of attribute config.

Returns:

  • (::Hash[::String, ::String])


1057
1058
1059
# File 'sig/types.rbs', line 1057

def config
  @config
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def error_message
  @error_message
end

#last_run_details::String

Returns the value of attribute last_run_details.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def last_run_details
  @last_run_details
end

#storage_optimizer_type"COMPACTION", ...

Returns the value of attribute storage_optimizer_type.

Returns:

  • ("COMPACTION", "GARBAGE_COLLECTION", "ALL")


1056
1057
1058
# File 'sig/types.rbs', line 1056

def storage_optimizer_type
  @storage_optimizer_type
end

#warnings::String

Returns the value of attribute warnings.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def warnings
  @warnings
end