Module: Aws::Glacier::Client::_DescribeVaultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeVaultOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #last_inventory_date ⇒ ::Time
- #number_of_archives ⇒ ::Integer
- #size_in_bytes ⇒ ::Integer
- #vault_arn ⇒ ::String
- #vault_name ⇒ ::String
Instance Method Details
#creation_date ⇒ ::Time
204 |
# File 'sig/client.rbs', line 204
def creation_date: () -> ::Time
|
#last_inventory_date ⇒ ::Time
205 |
# File 'sig/client.rbs', line 205
def last_inventory_date: () -> ::Time
|
#number_of_archives ⇒ ::Integer
206 |
# File 'sig/client.rbs', line 206
def number_of_archives: () -> ::Integer
|
#size_in_bytes ⇒ ::Integer
207 |
# File 'sig/client.rbs', line 207
def size_in_bytes: () -> ::Integer
|
#vault_arn ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def vault_arn: () -> ::String
|
#vault_name ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def vault_name: () -> ::String
|