Class: Aws::OpsWorks::Types::DescribeInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeInstancesResult
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-opsworks/types.rb', line 2569 class DescribeInstancesResult < Struct.new( :instances) SENSITIVE = [] include Aws::Structure end |