Class: Aws::SESV2::Types::CreateDedicatedIpPoolRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pool_nameString

The name of the dedicated IP pool.

Returns:

  • (String)


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_modeString

The type of scaling mode.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

An object that defines the tags (keys and values) that you want to associate with the pool.

Returns:



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