Class: Aws::OpsWorks::Types::DescribeInstancesRequest

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_idsArray<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.

Returns:

  • (Array<String>)


2546
2547
2548
2549
2550
2551
2552
# File 'lib/aws-sdk-opsworks/types.rb', line 2546

class DescribeInstancesRequest < Struct.new(
  :stack_id,
  :layer_id,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end

#layer_idString

A layer ID. If you use this parameter, ‘DescribeInstances` returns descriptions of the instances associated with the specified layer.

Returns:

  • (String)


2546
2547
2548
2549
2550
2551
2552
# File 'lib/aws-sdk-opsworks/types.rb', line 2546

class DescribeInstancesRequest < Struct.new(
  :stack_id,
  :layer_id,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

A stack ID. If you use this parameter, ‘DescribeInstances` returns descriptions of the instances associated with the specified stack.

Returns:

  • (String)


2546
2547
2548
2549
2550
2551
2552
# File 'lib/aws-sdk-opsworks/types.rb', line 2546

class DescribeInstancesRequest < Struct.new(
  :stack_id,
  :layer_id,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end