Class: Aws::Glacier::Types::DescribeVaultOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::DescribeVaultOutput
- Defined in:
- gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The Universal Coordinated Time (UTC) date when the vault was created.
-
#last_inventory_date ⇒ Time
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed the last vault inventory.
-
#number_of_archives ⇒ Integer
The number of archives in the vault as of the last inventory date.
-
#size_in_bytes ⇒ Integer
Total size, in bytes, of the archives in the vault as of the last inventory date.
-
#vault_arn ⇒ String
The Amazon Resource Name (ARN) of the vault.
-
#vault_name ⇒ String
The name of the vault.
Instance Attribute Details
#creation_date ⇒ Time
The Universal Coordinated Time (UTC) date when the vault was
created. This value should be a string in the ISO 8601 date format,
for example 2012-03-20T17:03:43.221Z
.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#last_inventory_date ⇒ Time
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier
completed the last vault inventory. This value should be a string in
the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z
.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#number_of_archives ⇒ Integer
The number of archives in the vault as of the last inventory date.
This field will return null
if an inventory has not yet run on the
vault, for example if you just created the vault.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#size_in_bytes ⇒ Integer
Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#vault_arn ⇒ String
The Amazon Resource Name (ARN) of the vault.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#vault_name ⇒ String
The name of the vault.
540 541 542 543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 540 class DescribeVaultOutput < Struct.new( :vault_arn, :vault_name, :creation_date, :last_inventory_date, :number_of_archives, :size_in_bytes) SENSITIVE = [] include Aws::Structure end |