Class: Aws::Types::TieringConfigurationsListMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def backup_vault_name
  @backup_vault_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def creation_time
  @creation_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def last_updated_time
  @last_updated_time
end

#tiering_configuration_arn::String

Returns the value of attribute tiering_configuration_arn.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def tiering_configuration_arn
  @tiering_configuration_arn
end

#tiering_configuration_name::String

Returns the value of attribute tiering_configuration_name.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def tiering_configuration_name
  @tiering_configuration_name
end