class Aws::ElasticBeanstalk::Types::OptionSpecification

A specification identifying an individual configuration option.

@note When making an API call, you may pass OptionSpecification

data as a hash:

    {
      resource_name: "ResourceName",
      namespace: "OptionNamespace",
      option_name: "ConfigurationOptionName",
    }

@!attribute [rw] resource_name

A unique resource name for a time-based scaling configuration
option.
@return [String]

@!attribute [rw] namespace

A unique namespace identifying the option's associated AWS
resource.
@return [String]

@!attribute [rw] option_name

The name of the configuration option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/OptionSpecification AWS API Documentation

Constants

SENSITIVE