Class: Aws::PinpointEmail::Types::GetDedicatedIpsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDedicatedIpsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
A request to obtain more information about dedicated IP pools.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token returned from a previous call to ‘GetDedicatedIps` to indicate the position of the dedicated IP pool in the list of IP pools.
-
#page_size ⇒ Integer
The number of results to show in a single call to ‘GetDedicatedIpsRequest`.
-
#pool_name ⇒ String
The name of the IP pool that the dedicated IP address is associated with.
Instance Attribute Details
#next_token ⇒ String
A token returned from a previous call to ‘GetDedicatedIps` to indicate the position of the dedicated IP pool in the list of IP pools.
1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1336 class GetDedicatedIpsRequest < Struct.new( :pool_name, :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The number of results to show in a single call to ‘GetDedicatedIpsRequest`. If the number of results is larger than the number you specified in this parameter, then the response includes a `NextToken` element, which you can use to obtain additional results.
1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1336 class GetDedicatedIpsRequest < Struct.new( :pool_name, :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#pool_name ⇒ String
The name of the IP pool that the dedicated IP address is associated with.
1336 1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1336 class GetDedicatedIpsRequest < Struct.new( :pool_name, :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |