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

Class: Aws::OpsWorks::Types::UpdateElasticIpRequest

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

Overview

Note:

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

{
  elastic_ip: "String", # required
  name: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The IP address for which you want to update the name.

Returns:

  • (String)

    The IP address for which you want to update the name.

#nameString

The new name.

Returns:

  • (String)

    The new name.