Class: Aws::Types::BatchJobIdentifier

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

Defined Under Namespace

Classes: FileBatchJobIdentifier, RestartBatchJobIdentifier, S3BatchJobIdentifier, ScriptBatchJobIdentifier, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#file_batch_job_identifierTypes::FileBatchJobIdentifier

Returns the value of attribute file_batch_job_identifier.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def file_batch_job_identifier
  @file_batch_job_identifier
end

#restart_batch_job_identifierTypes::RestartBatchJobIdentifier

Returns the value of attribute restart_batch_job_identifier.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def restart_batch_job_identifier
  @restart_batch_job_identifier
end

#s3_batch_job_identifierTypes::S3BatchJobIdentifier

Returns the value of attribute s3_batch_job_identifier.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def s3_batch_job_identifier
  @s3_batch_job_identifier
end

#script_batch_job_identifierTypes::ScriptBatchJobIdentifier

Returns the value of attribute script_batch_job_identifier.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def script_batch_job_identifier
  @script_batch_job_identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def unknown
  @unknown
end