Class: Aws::OpsWorks::Types::OperatingSystemConfigurationManager

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

Overview

A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the configuration manager, which is Chef.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4077

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

#versionString

The versions of the configuration manager that are supported by an operating system.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4077

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