Class: Aws::Types::ResourceComplianceSummaryItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type::String

Returns the value of attribute compliance_type.

Returns:



3846
3847
3848
# File 'sig/types.rbs', line 3846

def compliance_type
  @compliance_type
end

#compliant_summaryTypes::CompliantSummary

Returns the value of attribute compliant_summary.

Returns:



3852
3853
3854
# File 'sig/types.rbs', line 3852

def compliant_summary
  @compliant_summary
end

#execution_summaryTypes::ComplianceExecutionSummary

Returns the value of attribute execution_summary.

Returns:



3851
3852
3853
# File 'sig/types.rbs', line 3851

def execution_summary
  @execution_summary
end

#non_compliant_summaryTypes::NonCompliantSummary

Returns the value of attribute non_compliant_summary.

Returns:



3853
3854
3855
# File 'sig/types.rbs', line 3853

def non_compliant_summary
  @non_compliant_summary
end

#overall_severity"CRITICAL", ...

Returns the value of attribute overall_severity.

Returns:



3850
3851
3852
# File 'sig/types.rbs', line 3850

def overall_severity
  @overall_severity
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



3848
3849
3850
# File 'sig/types.rbs', line 3848

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



3847
3848
3849
# File 'sig/types.rbs', line 3847

def resource_type
  @resource_type
end

#status"COMPLIANT", "NON_COMPLIANT"

Returns the value of attribute status.

Returns:



3849
3850
3851
# File 'sig/types.rbs', line 3849

def status
  @status
end