Class: Aws::Types::BatchJobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchJobIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FileBatchJobIdentifier, RestartBatchJobIdentifier, S3BatchJobIdentifier, ScriptBatchJobIdentifier, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_batch_job_identifier ⇒ Types::FileBatchJobIdentifier
Returns the value of attribute file_batch_job_identifier.
-
#restart_batch_job_identifier ⇒ Types::RestartBatchJobIdentifier
Returns the value of attribute restart_batch_job_identifier.
-
#s3_batch_job_identifier ⇒ Types::S3BatchJobIdentifier
Returns the value of attribute s3_batch_job_identifier.
-
#script_batch_job_identifier ⇒ Types::ScriptBatchJobIdentifier
Returns the value of attribute script_batch_job_identifier.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#file_batch_job_identifier ⇒ Types::FileBatchJobIdentifier
Returns the value of attribute file_batch_job_identifier.
78 79 80 |
# File 'sig/types.rbs', line 78 def file_batch_job_identifier @file_batch_job_identifier end |
#restart_batch_job_identifier ⇒ Types::RestartBatchJobIdentifier
Returns the value of attribute restart_batch_job_identifier.
79 80 81 |
# File 'sig/types.rbs', line 79 def restart_batch_job_identifier @restart_batch_job_identifier end |
#s3_batch_job_identifier ⇒ Types::S3BatchJobIdentifier
Returns the value of attribute s3_batch_job_identifier.
80 81 82 |
# File 'sig/types.rbs', line 80 def s3_batch_job_identifier @s3_batch_job_identifier end |
#script_batch_job_identifier ⇒ Types::ScriptBatchJobIdentifier
Returns the value of attribute script_batch_job_identifier.
81 82 83 |
# File 'sig/types.rbs', line 81 def script_batch_job_identifier @script_batch_job_identifier end |
#unknown ⇒ Object
Returns the value of attribute unknown.
82 83 84 |
# File 'sig/types.rbs', line 82 def unknown @unknown end |