Class: Aws::OpsWorks::Types::DescribeInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeInstancesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_ids ⇒ Array<String>
An array of instance IDs to be described.
-
#layer_id ⇒ String
A layer ID.
-
#stack_id ⇒ String
A stack ID.
Instance Attribute Details
#instance_ids ⇒ Array<String>
An array of instance IDs to be described. If you use this parameter, ‘DescribeInstances` returns a description of the specified instances. Otherwise, it returns a description of every instance.
2553 2554 2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2553 class DescribeInstancesRequest < Struct.new( :stack_id, :layer_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#layer_id ⇒ String
A layer ID. If you use this parameter, ‘DescribeInstances` returns descriptions of the instances associated with the specified layer.
2553 2554 2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2553 class DescribeInstancesRequest < Struct.new( :stack_id, :layer_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
A stack ID. If you use this parameter, ‘DescribeInstances` returns descriptions of the instances associated with the specified stack.
2553 2554 2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2553 class DescribeInstancesRequest < Struct.new( :stack_id, :layer_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |