Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
-
#billing_tags_source ⇒ "QUEUE", ...
Returns the value of attribute billing_tags_source.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
-
#job_engine_version ⇒ ::String
Returns the value of attribute job_engine_version.
-
#job_template ⇒ ::String
Returns the value of attribute job_template.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue ⇒ ::String
Returns the value of attribute queue.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#settings ⇒ Types::JobSettings
Returns the value of attribute settings.
-
#simulate_reserved_queue ⇒ "DISABLED", "ENABLED"
Returns the value of attribute simulate_reserved_queue.
-
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
Instance Attribute Details
#acceleration_settings ⇒ Types::AccelerationSettings
Returns the value of attribute acceleration_settings.
556 557 558 |
# File 'sig/types.rbs', line 556 def acceleration_settings @acceleration_settings end |
#billing_tags_source ⇒ "QUEUE", ...
Returns the value of attribute billing_tags_source.
557 558 559 |
# File 'sig/types.rbs', line 557 def end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
558 559 560 |
# File 'sig/types.rbs', line 558 def client_request_token @client_request_token end |
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
559 560 561 |
# File 'sig/types.rbs', line 559 def hop_destinations @hop_destinations end |
#job_engine_version ⇒ ::String
Returns the value of attribute job_engine_version.
560 561 562 |
# File 'sig/types.rbs', line 560 def job_engine_version @job_engine_version end |
#job_template ⇒ ::String
Returns the value of attribute job_template.
561 562 563 |
# File 'sig/types.rbs', line 561 def job_template @job_template end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
562 563 564 |
# File 'sig/types.rbs', line 562 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
563 564 565 |
# File 'sig/types.rbs', line 563 def queue @queue end |
#role ⇒ ::String
Returns the value of attribute role.
564 565 566 |
# File 'sig/types.rbs', line 564 def role @role end |
#settings ⇒ Types::JobSettings
Returns the value of attribute settings.
565 566 567 |
# File 'sig/types.rbs', line 565 def settings @settings end |
#simulate_reserved_queue ⇒ "DISABLED", "ENABLED"
Returns the value of attribute simulate_reserved_queue.
566 567 568 |
# File 'sig/types.rbs', line 566 def simulate_reserved_queue @simulate_reserved_queue end |
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
567 568 569 |
# File 'sig/types.rbs', line 567 def status_update_interval @status_update_interval end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
568 569 570 |
# File 'sig/types.rbs', line 568 def end |
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
569 570 571 |
# File 'sig/types.rbs', line 569 def end |