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.

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>)


2617
2618
2619
2620
# File 'lib/aws-sdk-ses/types.rb', line 2617

class ListIdentityPoliciesResponse < Struct.new(
  :policy_names)
  include Aws::Structure
end