Class: Aws::Types::JobEntity

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::EnvironmentDetailsEntity

Returns the value of attribute environment_details.



1811
1812
1813
# File 'sig/types.rbs', line 1811

def environment_details
  @environment_details
end

#job_attachment_detailsTypes::JobAttachmentDetailsEntity

Returns the value of attribute job_attachment_details.



1809
1810
1811
# File 'sig/types.rbs', line 1809

def job_attachment_details
  @job_attachment_details
end

#job_detailsTypes::JobDetailsEntity

Returns the value of attribute job_details.



1808
1809
1810
# File 'sig/types.rbs', line 1808

def job_details
  @job_details
end

#step_detailsTypes::StepDetailsEntity

Returns the value of attribute step_details.



1810
1811
1812
# File 'sig/types.rbs', line 1810

def step_details
  @step_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def unknown
  @unknown
end