Class: Aws::SESV2::Types::GetDedicatedIpResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/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:



3070
3071
3072
3073
3074
# File 'lib/aws-sdk-sesv2/types.rb', line 3070

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