Class: Aws::PinpointEmail::Types::GetDedicatedIpResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

Information about a dedicated IP address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ipTypes::DedicatedIp

An object that contains information about a dedicated IP address.

Returns:



1307
1308
1309
1310
1311
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1307

class GetDedicatedIpResponse < Struct.new(
  :dedicated_ip)
  SENSITIVE = []
  include Aws::Structure
end