Class: Aws::Types::GlacierJobDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ArchiveRetrieval", ...

Returns the value of attribute action.

Returns:

  • ("ArchiveRetrieval", "InventoryRetrieval", "Select")


218
219
220
# File 'sig/types.rbs', line 218

def action
  @action
end

#archive_id::String

Returns the value of attribute archive_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


225
226
227
# File 'sig/types.rbs', line 225

def archive_size_in_bytes
  @archive_size_in_bytes
end

#completedBoolean

Returns the value of attribute completed.

Returns:

  • (Boolean)


222
223
224
# File 'sig/types.rbs', line 222

def completed
  @completed
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


221
222
223
# File 'sig/types.rbs', line 221

def creation_date
  @creation_date
end

#inventory_retrieval_parametersTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def job_output_path
  @job_output_path
end

#output_locationTypes::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.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def retrieval_byte_range
  @retrieval_byte_range
end

#select_parametersTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("InProgress", "Succeeded", "Failed")


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.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def status_message
  @status_message
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def tier
  @tier
end

#vault_arn::String

Returns the value of attribute vault_arn.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def vault_arn
  @vault_arn
end