Module: Aws::Glacier::Client::_DescribeJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GlacierJobDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ArchiveRetrieval", ...
- #archive_id ⇒ ::String
- #archive_sha256_tree_hash ⇒ ::String
- #archive_size_in_bytes ⇒ ::Integer
- #completed ⇒ Boolean
- #completion_date ⇒ ::Time
- #creation_date ⇒ ::Time
- #inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobDescription
- #inventory_size_in_bytes ⇒ ::Integer
- #job_description ⇒ ::String
- #job_id ⇒ ::String
- #job_output_path ⇒ ::String
- #output_location ⇒ Types::OutputLocation
- #retrieval_byte_range ⇒ ::String
- #select_parameters ⇒ Types::SelectParameters
- #sha256_tree_hash ⇒ ::String
- #sns_topic ⇒ ::String
- #status_code ⇒ "InProgress", ...
- #status_message ⇒ ::String
- #tier ⇒ ::String
- #vault_arn ⇒ ::String
Instance Method Details
#action ⇒ "ArchiveRetrieval", ...
172 |
# File 'sig/client.rbs', line 172
def action: () -> ("ArchiveRetrieval" | "InventoryRetrieval" | "Select")
|
#archive_id ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def archive_id: () -> ::String
|
#archive_sha256_tree_hash ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def archive_sha256_tree_hash: () -> ::String
|
#archive_size_in_bytes ⇒ ::Integer
179 |
# File 'sig/client.rbs', line 179
def archive_size_in_bytes: () -> ::Integer
|
#completed ⇒ Boolean
176 |
# File 'sig/client.rbs', line 176
def completed: () -> bool
|
#completion_date ⇒ ::Time
182 |
# File 'sig/client.rbs', line 182
def completion_date: () -> ::Time
|
#creation_date ⇒ ::Time
175 |
# File 'sig/client.rbs', line 175
def creation_date: () -> ::Time
|
#inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobDescription
187 |
# File 'sig/client.rbs', line 187
def inventory_retrieval_parameters: () -> Types::InventoryRetrievalJobDescription
|
#inventory_size_in_bytes ⇒ ::Integer
180 |
# File 'sig/client.rbs', line 180
def inventory_size_in_bytes: () -> ::Integer
|
#job_description ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def job_description: () -> ::String
|
#job_id ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def job_id: () -> ::String
|
#job_output_path ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def job_output_path: () -> ::String
|
#output_location ⇒ Types::OutputLocation
190 |
# File 'sig/client.rbs', line 190
def output_location: () -> Types::OutputLocation
|
#retrieval_byte_range ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def retrieval_byte_range: () -> ::String
|
#select_parameters ⇒ Types::SelectParameters
189 |
# File 'sig/client.rbs', line 189
def select_parameters: () -> Types::SelectParameters
|
#sha256_tree_hash ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def sha256_tree_hash: () -> ::String
|
#sns_topic ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def sns_topic: () -> ::String
|
#status_code ⇒ "InProgress", ...
177 |
# File 'sig/client.rbs', line 177
def status_code: () -> ("InProgress" | "Succeeded" | "Failed")
|
#status_message ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def status_message: () -> ::String
|
#tier ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def tier: () -> ::String
|
#vault_arn ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def vault_arn: () -> ::String
|