Class: Aws::OpsWorks::Types::DescribeAgentVersionsResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_versionsArray<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.

Returns:



2265
2266
2267
2268
2269
# File 'lib/aws-sdk-opsworks/types.rb', line 2265

class DescribeAgentVersionsResult < Struct.new(
  :agent_versions)
  SENSITIVE = []
  include Aws::Structure
end