Class: Aws::Types::LiteralArrayOptions

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)


442
443
444
# File 'sig/types.rbs', line 442

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


444
445
446
# File 'sig/types.rbs', line 444

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


446
447
448
# File 'sig/types.rbs', line 446

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


445
446
447
# File 'sig/types.rbs', line 445

def search_enabled
  @search_enabled
end

#source_fields::String

Returns the value of attribute source_fields.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def source_fields
  @source_fields
end