Class: Aws::Types::ComplianceItemEntry

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#details::Hash[::String, ::String]

Returns the value of attribute details.



571
572
573
# File 'sig/types.rbs', line 571

def details
  @details
end

#id::String

Returns the value of attribute id.



567
568
569
# File 'sig/types.rbs', line 567

def id
  @id
end

#severity"CRITICAL", ...

Returns the value of attribute severity.



569
570
571
# File 'sig/types.rbs', line 569

def severity
  @severity
end

#status"COMPLIANT", "NON_COMPLIANT"

Returns the value of attribute status.



570
571
572
# File 'sig/types.rbs', line 570

def status
  @status
end

#title::String

Returns the value of attribute title.



568
569
570
# File 'sig/types.rbs', line 568

def title
  @title
end