Class: Aws::Types::IcebergOptimizationPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compaction::Hash[::String, ::String]

Returns the value of attribute compaction.

Returns:

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


4544
4545
4546
# File 'sig/types.rbs', line 4544

def compaction
  @compaction
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4547
4548
4549
# File 'sig/types.rbs', line 4547

def last_updated_time
  @last_updated_time
end

#orphan_file_deletion::Hash[::String, ::String]

Returns the value of attribute orphan_file_deletion.

Returns:

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


4546
4547
4548
# File 'sig/types.rbs', line 4546

def orphan_file_deletion
  @orphan_file_deletion
end

#retention::Hash[::String, ::String]

Returns the value of attribute retention.

Returns:

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


4545
4546
4547
# File 'sig/types.rbs', line 4545

def retention
  @retention
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4543
4544
4545
# File 'sig/types.rbs', line 4543

def role_arn
  @role_arn
end