Class: Aws::OpsWorks::Types::DescribeElasticIpsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeElasticIpsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
-
#ips ⇒ Array<String>
An array of Elastic IP addresses to be described.
-
#stack_id ⇒ String
A stack ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID. If you include this parameter, ‘DescribeElasticIps` returns a description of the Elastic IP addresses associated with the specified instance.
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 |
#ips ⇒ Array<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.
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_id ⇒ String
A stack ID. If you include this parameter, ‘DescribeElasticIps` returns a description of the Elastic IP addresses that are registered with the specified stack.
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 |