Class: Aws::Types::Report

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



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

def arn
  @arn
end

#code_coverage_summaryTypes::CodeCoverageReportSummary

Returns the value of attribute code_coverage_summary.



1052
1053
1054
# File 'sig/types.rbs', line 1052

def code_coverage_summary
  @code_coverage_summary
end

#created::Time

Returns the value of attribute created.



1047
1048
1049
# File 'sig/types.rbs', line 1047

def created
  @created
end

#execution_id::String

Returns the value of attribute execution_id.



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

def execution_id
  @execution_id
end

#expired::Time

Returns the value of attribute expired.



1048
1049
1050
# File 'sig/types.rbs', line 1048

def expired
  @expired
end

#export_configTypes::ReportExportConfig

Returns the value of attribute export_config.



1049
1050
1051
# File 'sig/types.rbs', line 1049

def export_config
  @export_config
end

#name::String

Returns the value of attribute name.



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

def name
  @name
end

#report_group_arn::String

Returns the value of attribute report_group_arn.



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

def report_group_arn
  @report_group_arn
end

#status"GENERATING", ...

Returns the value of attribute status.



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

def status
  @status
end

#test_summaryTypes::TestReportSummary

Returns the value of attribute test_summary.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def test_summary
  @test_summary
end

#truncatedBoolean

Returns the value of attribute truncated.



1050
1051
1052
# File 'sig/types.rbs', line 1050

def truncated
  @truncated
end

#type"TEST", "CODE_COVERAGE"

Returns the value of attribute type.



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

def type
  @type
end