Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A file that contain environment variables to pass to a container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of environment file.
-
#value ⇒ String
The ARN of the S3 object that contains the environment variable file.
Instance Attribute Details
#type ⇒ String
The type of environment file. The valid value is ‘s3`.
10628 10629 10630 10631 10632 10633 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10628 class AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The ARN of the S3 object that contains the environment variable file.
10628 10629 10630 10631 10632 10633 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10628 class AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |