Class: Aws::Types::CisSessionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cis_rule_details::String

Returns the value of attribute cis_rule_details.

Returns:

  • (::String)


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

def cis_rule_details
  @cis_rule_details
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


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

def rule_id
  @rule_id
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "PASSED", "NOT_EVALUATED", "INFORMATIONAL", "UNKNOWN", "NOT_APPLICABLE", "ERROR")


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

def status
  @status
end