Class: Aws::Types::TieringConfiguration

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)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def backup_vault_name
  @backup_vault_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def creator_request_id
  @creator_request_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def last_updated_time
  @last_updated_time
end

#resource_selection::Array[Types::ResourceSelection]

Returns the value of attribute resource_selection.

Returns:



2243
2244
2245
# File 'sig/types.rbs', line 2243

def resource_selection
  @resource_selection
end

#tiering_configuration_arn::String

Returns the value of attribute tiering_configuration_arn.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def tiering_configuration_arn
  @tiering_configuration_arn
end

#tiering_configuration_name::String

Returns the value of attribute tiering_configuration_name.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def tiering_configuration_name
  @tiering_configuration_name
end