Class: Aws::Types::PolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::PolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_unused_fm_managed_resources ⇒ Boolean
Returns the value of attribute delete_unused_fm_managed_resources.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute policy_status.
-
#remediation_enabled ⇒ Boolean
Returns the value of attribute remediation_enabled.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#security_service_type ⇒ "WAF", ...
Returns the value of attribute security_service_type.
Instance Attribute Details
#delete_unused_fm_managed_resources ⇒ Boolean
Returns the value of attribute delete_unused_fm_managed_resources.
883 884 885 |
# File 'sig/types.rbs', line 883 def delete_unused_fm_managed_resources @delete_unused_fm_managed_resources end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
877 878 879 |
# File 'sig/types.rbs', line 877 def policy_arn @policy_arn end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
879 880 881 |
# File 'sig/types.rbs', line 879 def policy_name @policy_name end |
#policy_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute policy_status.
884 885 886 |
# File 'sig/types.rbs', line 884 def policy_status @policy_status end |
#remediation_enabled ⇒ Boolean
Returns the value of attribute remediation_enabled.
882 883 884 |
# File 'sig/types.rbs', line 882 def remediation_enabled @remediation_enabled end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
880 881 882 |
# File 'sig/types.rbs', line 880 def resource_type @resource_type end |
#security_service_type ⇒ "WAF", ...
Returns the value of attribute security_service_type.
881 882 883 |
# File 'sig/types.rbs', line 881 def security_service_type @security_service_type end |