Class: Aws::Types::ComplianceSummaryItem

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:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def compliance_type
  @compliance_type
end

#compliant_summaryTypes::CompliantSummary

Returns the value of attribute compliant_summary.



584
585
586
# File 'sig/types.rbs', line 584

def compliant_summary
  @compliant_summary
end

#non_compliant_summaryTypes::NonCompliantSummary

Returns the value of attribute non_compliant_summary.



585
586
587
# File 'sig/types.rbs', line 585

def non_compliant_summary
  @non_compliant_summary
end