Method: Aws::ECS::Types::EnvironmentFile#value

Defined in:
lib/aws-sdk-ecs/types.rb

#valueString

The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

Returns:

  • (String)


5767
5768
5769
5770
5771
5772
# File 'lib/aws-sdk-ecs/types.rb', line 5767

class EnvironmentFile < Struct.new(
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end