Class: Aws::Types::AppComponentCompliance
- Inherits:
-
Object
- Object
- Aws::Types::AppComponentCompliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#compliance ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute compliance.
-
#cost ⇒ Types::Cost
Returns the value of attribute cost.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resiliency_score ⇒ Types::ResiliencyScore
Returns the value of attribute resiliency_score.
-
#status ⇒ "PolicyBreached", ...
Returns the value of attribute status.
Instance Attribute Details
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def app_component_name @app_component_name end |
#compliance ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute compliance.
140 141 142 |
# File 'sig/types.rbs', line 140 def compliance @compliance end |
#cost ⇒ Types::Cost
Returns the value of attribute cost.
141 142 143 |
# File 'sig/types.rbs', line 141 def cost @cost end |
#message ⇒ ::String
Returns the value of attribute message.
142 143 144 |
# File 'sig/types.rbs', line 142 def @message end |
#resiliency_score ⇒ Types::ResiliencyScore
Returns the value of attribute resiliency_score.
143 144 145 |
# File 'sig/types.rbs', line 143 def resiliency_score @resiliency_score end |
#status ⇒ "PolicyBreached", ...
Returns the value of attribute status.
144 145 146 |
# File 'sig/types.rbs', line 144 def status @status end |