Class: Aws::OpsWorks::Types::DescribeInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeInstancesResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeInstances
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
An array of
Instance
objects that describe the instances.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
An array of Instance
objects that describe the instances.
2569 2570 2571 2572 2573 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2569 class DescribeInstancesResult < Struct.new( :instances) SENSITIVE = [] include Aws::Structure end |