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:



3078
3079
3080
3081
3082
# File 'lib/aws-sdk-sesv2/types.rb', line 3078

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