Class: Aws::Types::CisSessionMessage
- Inherits:
-
Object
- Object
- Aws::Types::CisSessionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cis_rule_details ⇒ ::String
Returns the value of attribute cis_rule_details.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#cis_rule_details ⇒ ::String
Returns the value of attribute cis_rule_details.
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.
561 562 563 |
# File 'sig/types.rbs', line 561 def rule_id @rule_id end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
562 563 564 |
# File 'sig/types.rbs', line 562 def status @status end |