You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::GetDedicatedIpRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDedicatedIpRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ip: "Ip", # required
}

A request to obtain more information about a dedicated IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#ipString

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

Returns:

  • (String)

    The IP address that you want to obtain more information about.