Class: Aws::OpsWorks::Types::AgentVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes an agent version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_managerTypes::StackConfigurationManager

The configuration manager.



25
26
27
28
29
30
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 25

class AgentVersion < Struct.new(
  :version,
  :configuration_manager)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The agent version.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 25

class AgentVersion < Struct.new(
  :version,
  :configuration_manager)
  SENSITIVE = []
  include Aws::Structure
end