Class: Aws::Types::StartBatchJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



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.

Returns:



946
947
948
# File 'sig/types.rbs', line 946

def auth_secrets_manager_arn
  @auth_secrets_manager_arn
end

#batch_job_identifierTypes::BatchJobIdentifier

Returns the value of attribute batch_job_identifier.

Returns:



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.

Returns:



948
949
950
# File 'sig/types.rbs', line 948

def job_params
  @job_params
end