Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A configuration option setting for the environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
The type of resource that the configuration option is associated with.
-
#option_name ⇒ String
The name of the option.
-
#resource_name ⇒ String
The name of the resource.
-
#value ⇒ String
The value of the configuration setting.
Instance Attribute Details
#namespace ⇒ String
The type of resource that the configuration option is associated with.
12038 12039 12040 12041 12042 12043 12044 12045 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12038 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#option_name ⇒ String
The name of the option.
12038 12039 12040 12041 12042 12043 12044 12045 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12038 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
12038 12039 12040 12041 12042 12043 12044 12045 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12038 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the configuration setting.
12038 12039 12040 12041 12042 12043 12044 12045 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12038 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |