Class: Aws::PinpointEmail::Types::GetDedicatedIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDedicatedIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
A request to obtain more information about a dedicated IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip ⇒ String
The IP address that you want to obtain more information about.
Instance Attribute Details
#ip ⇒ String
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that’s assocaited with your Amazon Pinpoint account.
1293 1294 1295 1296 1297 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1293 class GetDedicatedIpRequest < Struct.new( :ip) SENSITIVE = [] include Aws::Structure end |