Class: Aws::OpsWorks::Types::AgentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::AgentVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes an agent version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_manager ⇒ Types::StackConfigurationManager
The configuration manager.
-
#version ⇒ String
The agent version.
Instance Attribute Details
#configuration_manager ⇒ Types::StackConfigurationManager
The configuration manager.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-opsworks/types.rb', line 25 class AgentVersion < Struct.new( :version, :configuration_manager) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The agent version.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-opsworks/types.rb', line 25 class AgentVersion < Struct.new( :version, :configuration_manager) SENSITIVE = [] include Aws::Structure end |