Class: Aws::ElasticBeanstalk::Types::OptionSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::OptionSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A specification identifying an individual configuration option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
A unique namespace identifying the option’s associated AWS resource.
-
#option_name ⇒ String
The name of the configuration option.
-
#resource_name ⇒ String
A unique resource name for a time-based scaling configuration option.
Instance Attribute Details
#namespace ⇒ String
A unique namespace identifying the option’s associated AWS resource.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3193 class OptionSpecification < Struct.new( :resource_name, :namespace, :option_name) SENSITIVE = [] include Aws::Structure end |
#option_name ⇒ String
The name of the configuration option.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3193 class OptionSpecification < Struct.new( :resource_name, :namespace, :option_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
A unique resource name for a time-based scaling configuration option.
3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3193 class OptionSpecification < Struct.new( :resource_name, :namespace, :option_name) SENSITIVE = [] include Aws::Structure end |