class Aws::Glue::Types::CodeGenNodeArg

An argument or property of a node.

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

data as a hash:

    {
      name: "CodeGenArgName", # required
      value: "CodeGenArgValue", # required
      param: false,
    }

@!attribute [rw] name

The name of the argument or property.
@return [String]

@!attribute [rw] value

The value of the argument or property.
@return [String]

@!attribute [rw] param

True if the value is used as a parameter.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenNodeArg AWS API Documentation

Constants

SENSITIVE