Class: Aws::PinpointEmail::Types::GetDedicatedIpResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDedicatedIpResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
Information about a dedicated IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dedicated_ip ⇒ Types::DedicatedIp
An object that contains information about a dedicated IP address.
Instance Attribute Details
#dedicated_ip ⇒ Types::DedicatedIp
An object that contains information about a dedicated IP address.
1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1307 class GetDedicatedIpResponse < Struct.new( :dedicated_ip) SENSITIVE = [] include Aws::Structure end |