Class: Aws::SESV2::Types::CreateDedicatedIpPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateDedicatedIpPoolRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to create a new dedicated IP pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_name ⇒ String
The name of the dedicated IP pool.
-
#scaling_mode ⇒ String
The type of scaling mode.
-
#tags ⇒ Array<Types::Tag>
An object that defines the tags (keys and values) that you want to associate with the pool.
Instance Attribute Details
#pool_name ⇒ String
The name of the dedicated IP pool.
902 903 904 905 906 907 908 |
# File 'lib/aws-sdk-sesv2/types.rb', line 902 class CreateDedicatedIpPoolRequest < Struct.new( :pool_name, :tags, :scaling_mode) SENSITIVE = [] include Aws::Structure end |
#scaling_mode ⇒ String
The type of scaling mode.
902 903 904 905 906 907 908 |
# File 'lib/aws-sdk-sesv2/types.rb', line 902 class CreateDedicatedIpPoolRequest < Struct.new( :pool_name, :tags, :scaling_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An object that defines the tags (keys and values) that you want to associate with the pool.
902 903 904 905 906 907 908 |
# File 'lib/aws-sdk-sesv2/types.rb', line 902 class CreateDedicatedIpPoolRequest < Struct.new( :pool_name, :tags, :scaling_mode) SENSITIVE = [] include Aws::Structure end |