Class: Aws::OpsWorks::Types::DescribeAgentVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeAgentVersionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘DescribeAgentVersions` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_versions ⇒ Array<Types::AgentVersion>
The agent versions for the specified stack or configuration manager.
Instance Attribute Details
#agent_versions ⇒ Array<Types::AgentVersion>
The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.
2272 2273 2274 2275 2276 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2272 class DescribeAgentVersionsResult < Struct.new( :agent_versions) SENSITIVE = [] include Aws::Structure end |