Class: Aws::Types::UpdateTieringConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def creation_time
  @creation_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def last_updated_time
  @last_updated_time
end

#tiering_configuration_arn::String

Returns the value of attribute tiering_configuration_arn.

Returns:

  • (::String)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def tiering_configuration_arn
  @tiering_configuration_arn
end

#tiering_configuration_name::String

Returns the value of attribute tiering_configuration_name.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def tiering_configuration_name
  @tiering_configuration_name
end