Class: Aws::SES::Types::ListIdentityPoliciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

A list of names of sending authorization policies that apply to an identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_namesArray<String>

A list of names of policies that apply to the specified identity.

Returns:

  • (Array<String>)


2632
2633
2634
2635
2636
# File 'lib/aws-sdk-ses/types.rb', line 2632

class ListIdentityPoliciesResponse < Struct.new(
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end