Class: Aws::Types::PolicyComplianceStatus
- Inherits:
-
Object
- Object
- Aws::Types::PolicyComplianceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute evaluation_results.
-
#issue_info_map ⇒ ::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String]
Returns the value of attribute issue_info_map.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#member_account ⇒ ::String
Returns the value of attribute member_account.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_owner ⇒ ::String
Returns the value of attribute policy_owner.
Instance Attribute Details
#evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute evaluation_results.
863 864 865 |
# File 'sig/types.rbs', line 863 def evaluation_results @evaluation_results end |
#issue_info_map ⇒ ::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String]
Returns the value of attribute issue_info_map.
865 866 867 |
# File 'sig/types.rbs', line 865 def issue_info_map @issue_info_map end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
864 865 866 |
# File 'sig/types.rbs', line 864 def last_updated @last_updated end |
#member_account ⇒ ::String
Returns the value of attribute member_account.
862 863 864 |
# File 'sig/types.rbs', line 862 def member_account @member_account end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
860 861 862 |
# File 'sig/types.rbs', line 860 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
861 862 863 |
# File 'sig/types.rbs', line 861 def policy_name @policy_name end |
#policy_owner ⇒ ::String
Returns the value of attribute policy_owner.
859 860 861 |
# File 'sig/types.rbs', line 859 def policy_owner @policy_owner end |