class Aws::ECS::Types::KeyValuePair
A key-value pair object.
@note When making an API call, you may pass KeyValuePair
data as a hash: { name: "String", value: "String", }
@!attribute [rw] name
The name of the key-value pair. For environment variables, this is the name of the environment variable. @return [String]
@!attribute [rw] value
The value of the key-value pair. For environment variables, this is the value of the environment variable. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/KeyValuePair AWS API Documentation
Constants
- SENSITIVE