Class: Aws::Backup::Types::TieringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::TieringConfiguration
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
This contains metadata about a tiering configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault where the tiering configuration applies.
-
#creation_time ⇒ Time
The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC).
-
#creator_request_id ⇒ String
This is a unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
-
#last_updated_time ⇒ Time
The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC).
-
#resource_selection ⇒ Array<Types::ResourceSelection>
An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
-
#tiering_configuration_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
-
#tiering_configuration_name ⇒ String
The unique name of the tiering configuration.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault where the tiering configuration
applies. Use * to apply to all backup vaults.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_time ⇒ Time
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.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_id ⇒ String
This is a unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_time ⇒ Time
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.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_selection ⇒ Array<Types::ResourceSelection>
An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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_name ⇒ String
The unique name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 |
# File 'gems/aws-sdk-backup/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 |