Class: Aws::Types::ComplianceItem
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#details ⇒ ::Hash[::String, ::String]
Returns the value of attribute details.
-
#execution_summary ⇒ Types::ComplianceExecutionSummary
Returns the value of attribute execution_summary.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
-
#status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
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.
562 563 564 |
# File 'sig/types.rbs', line 562 def details @details end |
#execution_summary ⇒ Types::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.
557 558 559 |
# File 'sig/types.rbs', line 557 def id @id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
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.
555 556 557 |
# File 'sig/types.rbs', line 555 def resource_type @resource_type end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
560 561 562 |
# File 'sig/types.rbs', line 560 def severity @severity end |
#status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute status.
559 560 561 |
# File 'sig/types.rbs', line 559 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
558 559 560 |
# File 'sig/types.rbs', line 558 def title @title end |