Class: Aws::OpsWorks::Types::DescribeElasticIpsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The instance ID. If you include this parameter, ‘DescribeElasticIps` returns a description of the Elastic IP addresses associated with the specified instance.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
# File 'lib/aws-sdk-opsworks/types.rb', line 2478

class DescribeElasticIpsRequest < Struct.new(
  :instance_id,
  :stack_id,
  :ips)
  SENSITIVE = []
  include Aws::Structure
end

#ipsArray<String>

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.

Returns:

  • (Array<String>)


2478
2479
2480
2481
2482
2483
2484
# File 'lib/aws-sdk-opsworks/types.rb', line 2478

class DescribeElasticIpsRequest < Struct.new(
  :instance_id,
  :stack_id,
  :ips)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

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

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
# File 'lib/aws-sdk-opsworks/types.rb', line 2478

class DescribeElasticIpsRequest < Struct.new(
  :instance_id,
  :stack_id,
  :ips)
  SENSITIVE = []
  include Aws::Structure
end