Class: Aws::PinpointEmail::Types::CreateDedicatedIpPoolRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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)


272
273
274
275
276
277
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 272

class CreateDedicatedIpPoolRequest < Struct.new(
  :pool_name,
  :tags)
  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:



272
273
274
275
276
277
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 272

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