Class: Aws::SES::Types::ListIdentityPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListIdentityPoliciesResponse
- 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
-
#policy_names ⇒ Array<String>
A list of names of policies that apply to the specified identity.
Instance Attribute Details
#policy_names ⇒ Array<String>
A list of names of policies that apply to the specified identity.
2671 2672 2673 2674 2675 |
# File 'lib/aws-sdk-ses/types.rb', line 2671 class ListIdentityPoliciesResponse < Struct.new( :policy_names) SENSITIVE = [] include Aws::Structure end |