Class: Aws::Types::ComplianceDrift
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceDrift
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_reference_id ⇒ ::String
Returns the value of attribute actual_reference_id.
-
#actual_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute actual_value.
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#diff_type ⇒ "NotEqual", ...
Returns the value of attribute diff_type.
-
#drift_type ⇒ "ApplicationCompliance", "AppComponentResiliencyComplianceStatus"
Returns the value of attribute drift_type.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
-
#expected_reference_id ⇒ ::String
Returns the value of attribute expected_reference_id.
-
#expected_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute expected_value.
Instance Attribute Details
#actual_reference_id ⇒ ::String
Returns the value of attribute actual_reference_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def actual_reference_id @actual_reference_id end |
#actual_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute actual_value.
227 228 229 |
# File 'sig/types.rbs', line 227 def actual_value @actual_value end |
#app_id ⇒ ::String
Returns the value of attribute app_id.
228 229 230 |
# File 'sig/types.rbs', line 228 def app_id @app_id end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
229 230 231 |
# File 'sig/types.rbs', line 229 def app_version @app_version end |
#diff_type ⇒ "NotEqual", ...
Returns the value of attribute diff_type.
230 231 232 |
# File 'sig/types.rbs', line 230 def diff_type @diff_type end |
#drift_type ⇒ "ApplicationCompliance", "AppComponentResiliencyComplianceStatus"
Returns the value of attribute drift_type.
231 232 233 |
# File 'sig/types.rbs', line 231 def drift_type @drift_type end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def entity_id @entity_id end |
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
233 234 235 |
# File 'sig/types.rbs', line 233 def entity_type @entity_type end |
#expected_reference_id ⇒ ::String
Returns the value of attribute expected_reference_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def expected_reference_id @expected_reference_id end |
#expected_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]
Returns the value of attribute expected_value.
235 236 237 |
# File 'sig/types.rbs', line 235 def expected_value @expected_value end |