Class: Aws::SESV2::Types::GetDedicatedIpResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetDedicatedIpResponse
- 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
-
#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.
3408 3409 3410 3411 3412 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3408 class GetDedicatedIpResponse < Struct.new( :dedicated_ip) SENSITIVE = [] include Aws::Structure end |