Class: Aws::Types::LiteralOptions
- Inherits:
-
Object
- Object
- Aws::Types::LiteralOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
-
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
-
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
-
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
-
#source_field ⇒ ::String
Returns the value of attribute source_field.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
451 452 453 |
# File 'sig/types.rbs', line 451 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
453 454 455 |
# File 'sig/types.rbs', line 453 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
455 456 457 |
# File 'sig/types.rbs', line 455 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
454 455 456 |
# File 'sig/types.rbs', line 454 def search_enabled @search_enabled end |
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
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.
452 453 454 |
# File 'sig/types.rbs', line 452 def source_field @source_field end |