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.
544 545 546 |
# File 'sig/types.rbs', line 544 def acceleration_settings @acceleration_settings end |
#billing_tags_source ⇒ "QUEUE", ...
Returns the value of attribute billing_tags_source.
545 546 547 |
# File 'sig/types.rbs', line 545 def @billing_tags_source end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
546 547 548 |
# File 'sig/types.rbs', line 546 def client_request_token @client_request_token end |
#hop_destinations ⇒ ::Array[Types::HopDestination]
Returns the value of attribute hop_destinations.
547 548 549 |
# File 'sig/types.rbs', line 547 def hop_destinations @hop_destinations end |
#job_engine_version ⇒ ::String
Returns the value of attribute job_engine_version.
548 549 550 |
# File 'sig/types.rbs', line 548 def job_engine_version @job_engine_version end |
#job_template ⇒ ::String
Returns the value of attribute job_template.
549 550 551 |
# File 'sig/types.rbs', line 549 def job_template @job_template end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
550 551 552 |
# File 'sig/types.rbs', line 550 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
551 552 553 |
# File 'sig/types.rbs', line 551 def queue @queue end |
#role ⇒ ::String
Returns the value of attribute role.
552 553 554 |
# File 'sig/types.rbs', line 552 def role @role end |
#settings ⇒ Types::JobSettings
Returns the value of attribute settings.
553 554 555 |
# File 'sig/types.rbs', line 553 def settings @settings end |
#simulate_reserved_queue ⇒ "DISABLED", "ENABLED"
Returns the value of attribute simulate_reserved_queue.
554 555 556 |
# File 'sig/types.rbs', line 554 def simulate_reserved_queue @simulate_reserved_queue end |
#status_update_interval ⇒ "SECONDS_10", ...
Returns the value of attribute status_update_interval.
555 556 557 |
# File 'sig/types.rbs', line 555 def status_update_interval @status_update_interval end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
556 557 558 |
# File 'sig/types.rbs', line 556 def @tags end |
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
557 558 559 |
# File 'sig/types.rbs', line 557 def @user_metadata end |