Class: Aws::SESV2::Types::GetDedicatedIpPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetDedicatedIpPoolRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to obtain more information about a dedicated IP pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_name ⇒ String
The name of the dedicated IP pool to retrieve.
Instance Attribute Details
#pool_name ⇒ String
The name of the dedicated IP pool to retrieve.
3034 3035 3036 3037 3038 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3034 class GetDedicatedIpPoolRequest < Struct.new( :pool_name) SENSITIVE = [] include Aws::Structure end |