Class: Aws::Types::PolicySummary

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:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "OUT_OF_ADMIN_SCOPE")


884
885
886
# File 'sig/types.rbs', line 884

def policy_status
  @policy_status
end

#remediation_enabledBoolean

Returns the value of attribute remediation_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("WAF", "WAFV2", "SHIELD_ADVANCED", "SECURITY_GROUPS_COMMON", "SECURITY_GROUPS_CONTENT_AUDIT", "SECURITY_GROUPS_USAGE_AUDIT", "NETWORK_FIREWALL", "DNS_FIREWALL", "THIRD_PARTY_FIREWALL", "IMPORT_NETWORK_FIREWALL", "NETWORK_ACL_COMMON")


881
882
883
# File 'sig/types.rbs', line 881

def security_service_type
  @security_service_type
end