Class: Aws::Deadline::Types::JobEntityIdentifiersUnion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobEntityIdentifiersUnion
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Note:
JobEntityIdentifiersUnion is a union - when making an API calls you must set exactly one of the members.
The details of a job entity identifier.
Direct Known Subclasses
EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown
Defined Under Namespace
Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_details ⇒ Types::EnvironmentDetailsIdentifiers
The environment details.
-
#job_attachment_details ⇒ Types::JobAttachmentDetailsIdentifiers
The job attachment details.
-
#job_details ⇒ Types::JobDetailsIdentifiers
The job details.
-
#step_details ⇒ Types::StepDetailsIdentifiers
The step details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#environment_details ⇒ Types::EnvironmentDetailsIdentifiers
The environment details.
4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File 'lib/aws-sdk-deadline/types.rb', line 4466 class JobEntityIdentifiersUnion < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < JobEntityIdentifiersUnion; end class JobAttachmentDetails < JobEntityIdentifiersUnion; end class StepDetails < JobEntityIdentifiersUnion; end class EnvironmentDetails < JobEntityIdentifiersUnion; end class Unknown < JobEntityIdentifiersUnion; end end |
#job_attachment_details ⇒ Types::JobAttachmentDetailsIdentifiers
The job attachment details.
4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File 'lib/aws-sdk-deadline/types.rb', line 4466 class JobEntityIdentifiersUnion < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < JobEntityIdentifiersUnion; end class JobAttachmentDetails < JobEntityIdentifiersUnion; end class StepDetails < JobEntityIdentifiersUnion; end class EnvironmentDetails < JobEntityIdentifiersUnion; end class Unknown < JobEntityIdentifiersUnion; end end |
#job_details ⇒ Types::JobDetailsIdentifiers
The job details.
4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File 'lib/aws-sdk-deadline/types.rb', line 4466 class JobEntityIdentifiersUnion < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < JobEntityIdentifiersUnion; end class JobAttachmentDetails < JobEntityIdentifiersUnion; end class StepDetails < JobEntityIdentifiersUnion; end class EnvironmentDetails < JobEntityIdentifiersUnion; end class Unknown < JobEntityIdentifiersUnion; end end |
#step_details ⇒ Types::StepDetailsIdentifiers
The step details.
4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File 'lib/aws-sdk-deadline/types.rb', line 4466 class JobEntityIdentifiersUnion < Struct.new( :job_details, :job_attachment_details, :step_details, :environment_details, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class JobDetails < JobEntityIdentifiersUnion; end class JobAttachmentDetails < JobEntityIdentifiersUnion; end class StepDetails < JobEntityIdentifiersUnion; end class EnvironmentDetails < JobEntityIdentifiersUnion; end class Unknown < JobEntityIdentifiersUnion; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
4466 4467 4468 |
# File 'lib/aws-sdk-deadline/types.rb', line 4466 def unknown @unknown end |