Class: Aws::ElasticBeanstalk::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Note:
When making an API call, you may pass SourceConfiguration data as a hash:
{
application_name: "ApplicationName",
template_name: "ConfigurationTemplateName",
}
A specification for an environment configuration
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.
3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3753 class SourceConfiguration < Struct.new( :application_name, :template_name) include Aws::Structure end |
#template_name ⇒ String
The name of the configuration template.
3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3753 class SourceConfiguration < Struct.new( :application_name, :template_name) include Aws::Structure end |