Class: Aws::Types::Policy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#delete_unused_fm_managed_resourcesBoolean

Returns the value of attribute delete_unused_fm_managed_resources.

Returns:



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.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def exclude_map
  @exclude_map
end

#exclude_resource_tagsBoolean

Returns the value of attribute exclude_resource_tags.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def exclude_resource_tags
  @exclude_resource_tags
end

#include_map::Hash[("ACCOUNT" | "ORG_UNIT"), ::Array[::String]]

Returns the value of attribute include_map.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



830
831
832
# File 'sig/types.rbs', line 830

def policy_update_token
  @policy_update_token
end

#remediation_enabledBoolean

Returns the value of attribute remediation_enabled.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



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.

Returns:



833
834
835
# File 'sig/types.rbs', line 833

def resource_type_list
  @resource_type_list
end

#security_service_policy_dataTypes::SecurityServicePolicyData

Returns the value of attribute security_service_policy_data.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def security_service_policy_data
  @security_service_policy_data
end