Class: Aws::Types::CreateTieringConfigurationOutput

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)


487
488
489
# File 'sig/types.rbs', line 487

def creation_time
  @creation_time
end

#tiering_configuration_arn::String

Returns the value of attribute tiering_configuration_arn.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def tiering_configuration_arn
  @tiering_configuration_arn
end

#tiering_configuration_name::String

Returns the value of attribute tiering_configuration_name.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def tiering_configuration_name
  @tiering_configuration_name
end