Class: Aws::SESV2::Types::PutAccountPricingAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutAccountPricingAttributesRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A request to set the pricing plan for your Amazon SES account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plan ⇒ String
The pricing plan to apply to your Amazon SES account.
Instance Attribute Details
#plan ⇒ String
The pricing plan to apply to your Amazon SES account. For details about each plan, see Amazon SES Pricing. Can be one of the following:
NONEESSENTIALSPROENTERPRISE
6940 6941 6942 6943 6944 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6940 class PutAccountPricingAttributesRequest < Struct.new( :plan) SENSITIVE = [] include Aws::Structure end |