You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SourceConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing SourceConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName",
template_name: "ConfigurationTemplateName",
}
A specification for an environment configuration.
Returned by:
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application associated with the configuration.
-
#template_name ⇒ String
The name of the configuration template.
Instance Attribute Details
#application_name ⇒ String
The name of the application associated with the configuration.
#template_name ⇒ String
The name of the configuration template.