Class: Aws::Types::JobEntityIdentifiersUnion

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

Defined Under Namespace

Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_detailsTypes::EnvironmentDetailsIdentifiers

Returns the value of attribute environment_details.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def environment_details
  @environment_details
end

#job_attachment_detailsTypes::JobAttachmentDetailsIdentifiers

Returns the value of attribute job_attachment_details.



1829
1830
1831
# File 'sig/types.rbs', line 1829

def job_attachment_details
  @job_attachment_details
end

#job_detailsTypes::JobDetailsIdentifiers

Returns the value of attribute job_details.



1828
1829
1830
# File 'sig/types.rbs', line 1828

def job_details
  @job_details
end

#step_detailsTypes::StepDetailsIdentifiers

Returns the value of attribute step_details.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def step_details
  @step_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def unknown
  @unknown
end