Class: Aws::Types::ComplianceItem

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)


554
555
556
# File 'sig/types.rbs', line 554

def compliance_type
  @compliance_type
end

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

Returns the value of attribute details.

Returns:

  • (::Hash[::String, ::String])


562
563
564
# File 'sig/types.rbs', line 562

def details
  @details
end

#execution_summaryTypes::ComplianceExecutionSummary

Returns the value of attribute execution_summary.



561
562
563
# File 'sig/types.rbs', line 561

def execution_summary
  @execution_summary
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def id
  @id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def resource_type
  @resource_type
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED")


560
561
562
# File 'sig/types.rbs', line 560

def severity
  @severity
end

#status"COMPLIANT", "NON_COMPLIANT"

Returns the value of attribute status.

Returns:

  • ("COMPLIANT", "NON_COMPLIANT")


559
560
561
# File 'sig/types.rbs', line 559

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def title
  @title
end