Method: Aws::OpsWorks::Types::Stack#configuration_manager
- Defined in:
- lib/aws-sdk-opsworks/types.rb
#configuration_manager ⇒ Types::StackConfigurationManager
The configuration manager.
5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5000 class Stack < Struct.new( :stack_id, :name, :arn, :region, :vpc_id, :attributes, :service_role_arn, :default_instance_profile_arn, :default_os, :hostname_theme, :default_availability_zone, :default_subnet_id, :custom_json, :configuration_manager, :chef_configuration, :use_custom_cookbooks, :use_opsworks_security_groups, :custom_cookbooks_source, :default_ssh_key_name, :created_at, :default_root_device_type, :agent_version) SENSITIVE = [] include Aws::Structure end |