Class: Aws::Types::GlacierJobDescription
- Inherits:
-
Object
- Object
- Aws::Types::GlacierJobDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ArchiveRetrieval", ...
Returns the value of attribute action.
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#archive_sha256_tree_hash ⇒ ::String
Returns the value of attribute archive_sha256_tree_hash.
-
#archive_size_in_bytes ⇒ ::Integer
Returns the value of attribute archive_size_in_bytes.
-
#completed ⇒ Boolean
Returns the value of attribute completed.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobDescription
Returns the value of attribute inventory_retrieval_parameters.
-
#inventory_size_in_bytes ⇒ ::Integer
Returns the value of attribute inventory_size_in_bytes.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_output_path ⇒ ::String
Returns the value of attribute job_output_path.
-
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
-
#retrieval_byte_range ⇒ ::String
Returns the value of attribute retrieval_byte_range.
-
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
-
#sha256_tree_hash ⇒ ::String
Returns the value of attribute sha256_tree_hash.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
-
#status_code ⇒ "InProgress", ...
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
Instance Attribute Details
#action ⇒ "ArchiveRetrieval", ...
Returns the value of attribute action.
218 219 220 |
# File 'sig/types.rbs', line 218 def action @action end |
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def archive_id @archive_id end |
#archive_sha256_tree_hash ⇒ ::String
Returns the value of attribute archive_sha256_tree_hash.
230 231 232 |
# File 'sig/types.rbs', line 230 def archive_sha256_tree_hash @archive_sha256_tree_hash end |
#archive_size_in_bytes ⇒ ::Integer
Returns the value of attribute archive_size_in_bytes.
225 226 227 |
# File 'sig/types.rbs', line 225 def archive_size_in_bytes @archive_size_in_bytes end |
#completed ⇒ Boolean
Returns the value of attribute completed.
222 223 224 |
# File 'sig/types.rbs', line 222 def completed @completed end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
228 229 230 |
# File 'sig/types.rbs', line 228 def completion_date @completion_date end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
221 222 223 |
# File 'sig/types.rbs', line 221 def creation_date @creation_date end |
#inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobDescription
Returns the value of attribute inventory_retrieval_parameters.
233 234 235 |
# File 'sig/types.rbs', line 233 def inventory_retrieval_parameters @inventory_retrieval_parameters end |
#inventory_size_in_bytes ⇒ ::Integer
Returns the value of attribute inventory_size_in_bytes.
226 227 228 |
# File 'sig/types.rbs', line 226 def inventory_size_in_bytes @inventory_size_in_bytes end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
217 218 219 |
# File 'sig/types.rbs', line 217 def job_description @job_description end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def job_id @job_id end |
#job_output_path ⇒ ::String
Returns the value of attribute job_output_path.
234 235 236 |
# File 'sig/types.rbs', line 234 def job_output_path @job_output_path end |
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
236 237 238 |
# File 'sig/types.rbs', line 236 def output_location @output_location end |
#retrieval_byte_range ⇒ ::String
Returns the value of attribute retrieval_byte_range.
231 232 233 |
# File 'sig/types.rbs', line 231 def retrieval_byte_range @retrieval_byte_range end |
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
235 236 237 |
# File 'sig/types.rbs', line 235 def select_parameters @select_parameters end |
#sha256_tree_hash ⇒ ::String
Returns the value of attribute sha256_tree_hash.
229 230 231 |
# File 'sig/types.rbs', line 229 def sha256_tree_hash @sha256_tree_hash end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
227 228 229 |
# File 'sig/types.rbs', line 227 def sns_topic @sns_topic end |
#status_code ⇒ "InProgress", ...
Returns the value of attribute status_code.
223 224 225 |
# File 'sig/types.rbs', line 223 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
224 225 226 |
# File 'sig/types.rbs', line 224 def @status_message end |
#tier ⇒ ::String
Returns the value of attribute tier.
232 233 234 |
# File 'sig/types.rbs', line 232 def tier @tier end |
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
220 221 222 |
# File 'sig/types.rbs', line 220 def vault_arn @vault_arn end |