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.
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 |