Class: Aws::Glue::Types::Option

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies an option value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Specifies the description of the option.

Returns:

  • (String)


16344
16345
16346
16347
16348
16349
16350
# File 'lib/aws-sdk-glue/types.rb', line 16344

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

#labelString

Specifies the label of the option.

Returns:

  • (String)


16344
16345
16346
16347
16348
16349
16350
# File 'lib/aws-sdk-glue/types.rb', line 16344

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

#valueString

Specifies the value of the option.

Returns:

  • (String)


16344
16345
16346
16347
16348
16349
16350
# File 'lib/aws-sdk-glue/types.rb', line 16344

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