Class: Aws::Types::IntelligentTieringConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::IntelligentTieringFilter

Returns the value of attribute filter.



1481
1482
1483
# File 'sig/types.rbs', line 1481

def filter
  @filter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def id
  @id
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def status
  @status
end

#tierings::Array[Types::Tiering]

Returns the value of attribute tierings.

Returns:



1483
1484
1485
# File 'sig/types.rbs', line 1483

def tierings
  @tierings
end