Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An environment variable to pass to the container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the environment variable.
-
#value ⇒ String
The value of the environment variable.
Instance Attribute Details
#name ⇒ String
The name of the environment variable.
10608 10609 10610 10611 10612 10613 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10608 class AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment variable.
10608 10609 10610 10611 10612 10613 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10608 class AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |