class Aws::OpsWorks::Types::DescribeElasticIpsRequest

@note When making an API call, you may pass DescribeElasticIpsRequest

data as a hash:

    {
      instance_id: "String",
      stack_id: "String",
      ips: ["String"],
    }

@!attribute [rw] instance_id

The instance ID. If you include this parameter, `DescribeElasticIps`
returns a description of the Elastic IP addresses associated with
the specified instance.
@return [String]

@!attribute [rw] stack_id

A stack ID. If you include this parameter, `DescribeElasticIps`
returns a description of the Elastic IP addresses that are
registered with the specified stack.
@return [String]

@!attribute [rw] ips

An array of Elastic IP addresses to be described. If you include
this parameter, `DescribeElasticIps` returns a description of the
specified Elastic IP addresses. Otherwise, it returns a description
of every Elastic IP address.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticIpsRequest AWS API Documentation

Constants

SENSITIVE