Class: Aws::SESV2::Types::GetDedicatedIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetDedicatedIpRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to obtain more information about a dedicated IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip ⇒ String
The IP address that you want to obtain more information about.
Instance Attribute Details
#ip ⇒ String
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that’s assocaited with your Amazon Web Services account.
3394 3395 3396 3397 3398 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3394 class GetDedicatedIpRequest < Struct.new( :ip) SENSITIVE = [] include Aws::Structure end |