Class: Aws::ElasticBeanstalk::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SourceConfiguration
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4597 class SourceConfiguration < Struct.new( :application_name, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the configuration template.
4597 4598 4599 4600 4601 4602 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4597 class SourceConfiguration < Struct.new( :application_name, :template_name) SENSITIVE = [] include Aws::Structure end |