Class: Aws::Types::LiteralOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


453
454
455
# File 'sig/types.rbs', line 453

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


455
456
457
# File 'sig/types.rbs', line 455

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


454
455
456
# File 'sig/types.rbs', line 454

def search_enabled
  @search_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:

  • (Boolean)


456
457
458
# File 'sig/types.rbs', line 456

def sort_enabled
  @sort_enabled
end

#source_field::String

Returns the value of attribute source_field.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def source_field
  @source_field
end