Class: Aws::Types::ReportGenerationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def assessment_id
  @assessment_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def created_at
  @created_at
end

#report_outputTypes::ReportOutput

Returns the value of attribute report_output.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def report_output
  @report_output
end

#report_type"FAILURE_MODE", "TESTING"

Returns the value of attribute report_type.

Returns:

  • ("FAILURE_MODE", "TESTING")


1088
1089
1090
# File 'sig/types.rbs', line 1088

def report_type
  @report_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def service_arn
  @service_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SUCCEEDED", "FAILED")


1089
1090
1091
# File 'sig/types.rbs', line 1089

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def test_run_id
  @test_run_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def test_template_arn
  @test_template_arn
end