Class: Aws::ElasticBeanstalk::Types::SourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#application_nameString

The name of the application associated with the configuration.

Returns:

  • (String)


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_nameString

The name of the configuration template.

Returns:

  • (String)


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