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)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def assessment_id
  @assessment_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def created_at
  @created_at
end

#report_outputTypes::ReportOutput

Returns the value of attribute report_output.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def report_output
  @report_output
end

#report_type"FAILURE_MODE", "TESTING"

Returns the value of attribute report_type.

Returns:

  • ("FAILURE_MODE", "TESTING")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def report_type
  @report_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def service_arn
  @service_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1039
1040
1041
# File 'sig/types.rbs', line 1039

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def test_run_id
  @test_run_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def test_template_arn
  @test_template_arn
end