Class: Aws::Types::PolicyComplianceDetail
- Inherits:
-
Object
- Object
- Aws::Types::PolicyComplianceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_limit_exceeded ⇒ Boolean
Returns the value of attribute evaluation_limit_exceeded.
-
#expired_at ⇒ ::Time
Returns the value of attribute expired_at.
-
#issue_info_map ⇒ ::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String]
Returns the value of attribute issue_info_map.
-
#member_account ⇒ ::String
Returns the value of attribute member_account.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_owner ⇒ ::String
Returns the value of attribute policy_owner.
-
#violators ⇒ ::Array[Types::ComplianceViolator]
Returns the value of attribute violators.
Instance Attribute Details
#evaluation_limit_exceeded ⇒ Boolean
Returns the value of attribute evaluation_limit_exceeded.
852 853 854 |
# File 'sig/types.rbs', line 852 def evaluation_limit_exceeded @evaluation_limit_exceeded end |
#expired_at ⇒ ::Time
Returns the value of attribute expired_at.
853 854 855 |
# File 'sig/types.rbs', line 853 def expired_at @expired_at end |
#issue_info_map ⇒ ::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String]
Returns the value of attribute issue_info_map.
854 855 856 |
# File 'sig/types.rbs', line 854 def issue_info_map @issue_info_map end |
#member_account ⇒ ::String
Returns the value of attribute member_account.
850 851 852 |
# File 'sig/types.rbs', line 850 def member_account @member_account end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def policy_id @policy_id end |
#policy_owner ⇒ ::String
Returns the value of attribute policy_owner.
848 849 850 |
# File 'sig/types.rbs', line 848 def policy_owner @policy_owner end |
#violators ⇒ ::Array[Types::ComplianceViolator]
Returns the value of attribute violators.
851 852 853 |
# File 'sig/types.rbs', line 851 def violators @violators end |