Class: Aws::Types::Transition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


2994
2995
2996
# File 'sig/types.rbs', line 2994

def date
  @date
end

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


2995
2996
2997
# File 'sig/types.rbs', line 2995

def days
  @days
end

#storage_class"GLACIER", ...

Returns the value of attribute storage_class.

Returns:

  • ("GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "GLACIER_IR")


2996
2997
2998
# File 'sig/types.rbs', line 2996

def storage_class
  @storage_class
end