Method: Aws::Glue::Types::Option#value

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

#valueString

Specifies the value of the option.

Returns:

  • (String)


21138
21139
21140
21141
21142
21143
21144
# File 'lib/aws-sdk-glue/types.rb', line 21138

class Option < Struct.new(
  :value,
  :label,
  :description)
  SENSITIVE = []
  include Aws::Structure
end