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.



1462
1463
1464
# File 'sig/types.rbs', line 1462

def filter
  @filter
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def id
  @id
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


1463
1464
1465
# File 'sig/types.rbs', line 1463

def status
  @status
end

#tierings::Array[Types::Tiering]

Returns the value of attribute tierings.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def tierings
  @tierings
end