Class: Aws::Backup::Types::TieringConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

This contains metadata about a tiering configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_nameString

The name of the backup vault where the tiering configuration applies. Use ‘*` to apply to all backup vaults.

Returns:

  • (String)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of ‘CreationTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

Returns:

  • (Time)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#creator_request_idString

This is a unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.

Returns:

  • (String)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of ‘LastUpdatedTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

Returns:

  • (Time)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_selectionArray<Types::ResourceSelection>

An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.

Returns:



10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#tiering_configuration_arnString

An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.

Returns:

  • (String)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#tiering_configuration_nameString

The unique name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.

Returns:

  • (String)


10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
# File 'lib/aws-sdk-backup/types.rb', line 10717

class TieringConfiguration < Struct.new(
  :tiering_configuration_name,
  :tiering_configuration_arn,
  :backup_vault_name,
  :resource_selection,
  :creator_request_id,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end