Class: Aws::Types::TieringConfigurationInputForCreate

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)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def backup_vault_name
  @backup_vault_name
end

#resource_selection::Array[Types::ResourceSelection]

Returns the value of attribute resource_selection.

Returns:



2253
2254
2255
# File 'sig/types.rbs', line 2253

def resource_selection
  @resource_selection
end

#tiering_configuration_name::String

Returns the value of attribute tiering_configuration_name.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def tiering_configuration_name
  @tiering_configuration_name
end