Class: Aws::Types::JobParameters
- Inherits:
-
Object
- Object
- Aws::Types::JobParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobInput
Returns the value of attribute inventory_retrieval_parameters.
-
#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.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
334 335 336 |
# File 'sig/types.rbs', line 334 def archive_id @archive_id end |
#description ⇒ ::String
Returns the value of attribute description.
335 336 337 |
# File 'sig/types.rbs', line 335 def description @description end |
#format ⇒ ::String
Returns the value of attribute format.
332 333 334 |
# File 'sig/types.rbs', line 332 def format @format end |
#inventory_retrieval_parameters ⇒ Types::InventoryRetrievalJobInput
Returns the value of attribute inventory_retrieval_parameters.
339 340 341 |
# File 'sig/types.rbs', line 339 def inventory_retrieval_parameters @inventory_retrieval_parameters end |
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
341 342 343 |
# File 'sig/types.rbs', line 341 def output_location @output_location end |
#retrieval_byte_range ⇒ ::String
Returns the value of attribute retrieval_byte_range.
337 338 339 |
# File 'sig/types.rbs', line 337 def retrieval_byte_range @retrieval_byte_range end |
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
340 341 342 |
# File 'sig/types.rbs', line 340 def select_parameters @select_parameters end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
336 337 338 |
# File 'sig/types.rbs', line 336 def sns_topic @sns_topic end |
#tier ⇒ ::String
Returns the value of attribute tier.
338 339 340 |
# File 'sig/types.rbs', line 338 def tier @tier end |
#type ⇒ ::String
Returns the value of attribute type.
333 334 335 |
# File 'sig/types.rbs', line 333 def type @type end |