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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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 'gems/aws-sdk-sesv2/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.

Changing the scaling mode from MANAGED to STANDARD is not supported.

Returns:

  • (String)


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

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