Class: Aws::SESV2::Types::PutDedicatedIpPoolScalingAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

A request to convert a dedicated IP pool to a different scaling mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pool_nameString

The name of the dedicated IP pool.

Returns:

  • (String)


5655
5656
5657
5658
5659
5660
# File 'lib/aws-sdk-sesv2/types.rb', line 5655

class PutDedicatedIpPoolScalingAttributesRequest < Struct.new(
  :pool_name,
  :scaling_mode)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_modeString

The scaling mode to apply to the dedicated IP pool.

<note markdown=“1”> Changing the scaling mode from ‘MANAGED` to `STANDARD` is not supported.

</note>

Returns:

  • (String)


5655
5656
5657
5658
5659
5660
# File 'lib/aws-sdk-sesv2/types.rb', line 5655

class PutDedicatedIpPoolScalingAttributesRequest < Struct.new(
  :pool_name,
  :scaling_mode)
  SENSITIVE = []
  include Aws::Structure
end