Class: Aws::Types::StartBatchJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBatchJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#auth_secrets_manager_arn ⇒ ::String
Returns the value of attribute auth_secrets_manager_arn.
-
#batch_job_identifier ⇒ Types::BatchJobIdentifier
Returns the value of attribute batch_job_identifier.
-
#job_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_params.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def application_id @application_id end |
#auth_secrets_manager_arn ⇒ ::String
Returns the value of attribute auth_secrets_manager_arn.
946 947 948 |
# File 'sig/types.rbs', line 946 def auth_secrets_manager_arn @auth_secrets_manager_arn end |
#batch_job_identifier ⇒ Types::BatchJobIdentifier
Returns the value of attribute batch_job_identifier.
947 948 949 |
# File 'sig/types.rbs', line 947 def batch_job_identifier @batch_job_identifier end |
#job_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_params.
948 949 950 |
# File 'sig/types.rbs', line 948 def job_params @job_params end |