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
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.
4013 4014 4015 4016 4017 4018 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4013 class SourceConfiguration < Struct.new( :application_name, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the configuration template.
4013 4014 4015 4016 4017 4018 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4013 class SourceConfiguration < Struct.new( :application_name, :template_name) SENSITIVE = [] include Aws::Structure end |