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.
12169 12170 12171 12172 12173 12174 12175 12176 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12169 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#option_name ⇒ String
The name of the option.
12169 12170 12171 12172 12173 12174 12175 12176 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12169 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
12169 12170 12171 12172 12173 12174 12175 12176 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12169 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the configuration setting.
12169 12170 12171 12172 12173 12174 12175 12176 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12169 class AwsElasticBeanstalkEnvironmentOptionSetting < Struct.new( :namespace, :option_name, :resource_name, :value) SENSITIVE = [] include Aws::Structure end |