Class: Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- Defined in:
- gems/aws-sdk-securityhub/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.
11687 11688 11689 11690 11691 11692 11693 11694 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11687 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#option_name ⇒ String
The name of the option.
11687 11688 11689 11690 11691 11692 11693 11694 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11687 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
11687 11688 11689 11690 11691 11692 11693 11694 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11687 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the configuration setting.
11687 11688 11689 11690 11691 11692 11693 11694 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11687 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |