Class: Aws::Types::Policy
- Inherits:
-
Object
- Object
- Aws::Types::Policy
- 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.
-
#exclude_map ⇒ ::Hash[("ACCOUNT" | "ORG_UNIT"), ::Array[::String]]
Returns the value of attribute exclude_map.
-
#exclude_resource_tags ⇒ Boolean
Returns the value of attribute exclude_resource_tags.
-
#include_map ⇒ ::Hash[("ACCOUNT" | "ORG_UNIT"), ::Array[::String]]
Returns the value of attribute include_map.
-
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
-
#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.
-
#policy_update_token ⇒ ::String
Returns the value of attribute policy_update_token.
-
#remediation_enabled ⇒ Boolean
Returns the value of attribute remediation_enabled.
-
#resource_set_ids ⇒ ::Array[::String]
Returns the value of attribute resource_set_ids.
-
#resource_tag_logical_operator ⇒ "AND", "OR"
Returns the value of attribute resource_tag_logical_operator.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resource_type_list ⇒ ::Array[::String]
Returns the value of attribute resource_type_list.
-
#security_service_policy_data ⇒ Types::SecurityServicePolicyData
Returns the value of attribute security_service_policy_data.
Instance Attribute Details
#delete_unused_fm_managed_resources ⇒ Boolean
Returns the value of attribute delete_unused_fm_managed_resources.
837 838 839 |
# File 'sig/types.rbs', line 837 def delete_unused_fm_managed_resources @delete_unused_fm_managed_resources end |
#exclude_map ⇒ ::Hash[("ACCOUNT" | "ORG_UNIT"), ::Array[::String]]
Returns the value of attribute exclude_map.
839 840 841 |
# File 'sig/types.rbs', line 839 def exclude_map @exclude_map end |
#exclude_resource_tags ⇒ Boolean
Returns the value of attribute exclude_resource_tags.
835 836 837 |
# File 'sig/types.rbs', line 835 def end |
#include_map ⇒ ::Hash[("ACCOUNT" | "ORG_UNIT"), ::Array[::String]]
Returns the value of attribute include_map.
838 839 840 |
# File 'sig/types.rbs', line 838 def include_map @include_map end |
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
841 842 843 |
# File 'sig/types.rbs', line 841 def policy_description @policy_description end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
829 830 831 |
# File 'sig/types.rbs', line 829 def policy_name @policy_name end |
#policy_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute policy_status.
842 843 844 |
# File 'sig/types.rbs', line 842 def policy_status @policy_status end |
#policy_update_token ⇒ ::String
Returns the value of attribute policy_update_token.
830 831 832 |
# File 'sig/types.rbs', line 830 def policy_update_token @policy_update_token end |
#remediation_enabled ⇒ Boolean
Returns the value of attribute remediation_enabled.
836 837 838 |
# File 'sig/types.rbs', line 836 def remediation_enabled @remediation_enabled end |
#resource_set_ids ⇒ ::Array[::String]
Returns the value of attribute resource_set_ids.
840 841 842 |
# File 'sig/types.rbs', line 840 def resource_set_ids @resource_set_ids end |
#resource_tag_logical_operator ⇒ "AND", "OR"
Returns the value of attribute resource_tag_logical_operator.
843 844 845 |
# File 'sig/types.rbs', line 843 def resource_tag_logical_operator @resource_tag_logical_operator end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
834 835 836 |
# File 'sig/types.rbs', line 834 def end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
832 833 834 |
# File 'sig/types.rbs', line 832 def resource_type @resource_type end |
#resource_type_list ⇒ ::Array[::String]
Returns the value of attribute resource_type_list.
833 834 835 |
# File 'sig/types.rbs', line 833 def resource_type_list @resource_type_list end |
#security_service_policy_data ⇒ Types::SecurityServicePolicyData
Returns the value of attribute security_service_policy_data.
831 832 833 |
# File 'sig/types.rbs', line 831 def security_service_policy_data @security_service_policy_data end |