class Aws::NimbleStudio::Types::ScriptParameterKeyValue

A parameter for a studio component script, in the form of a key:value pair.

@note When making an API call, you may pass ScriptParameterKeyValue

data as a hash:

    {
      key: "ScriptParameterKey",
      value: "ScriptParameterValue",
    }

@!attribute [rw] key

A script parameter key.
@return [String]

@!attribute [rw] value

A script parameter value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/ScriptParameterKeyValue AWS API Documentation

Constants

SENSITIVE