Class: Aws::Types::JobReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:job_details_url])

Instance Attribute Summary collapse

Instance Attribute Details

#job_details_url::String

Returns the value of attribute job_details_url.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def job_details_url
  @job_details_url
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def message
  @message
end

#metricsTypes::JobReportMetrics

Returns the value of attribute metrics.



635
636
637
# File 'sig/types.rbs', line 635

def metrics
  @metrics
end