Class: Aws::Types::LiteralArrayOptions
- Inherits:
-
Object
- Object
- Aws::Types::LiteralArrayOptions
- 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.
-
#source_fields ⇒ ::String
Returns the value of attribute source_fields.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
442 443 444 |
# File 'sig/types.rbs', line 442 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
444 445 446 |
# File 'sig/types.rbs', line 444 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
446 447 448 |
# File 'sig/types.rbs', line 446 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
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.
443 444 445 |
# File 'sig/types.rbs', line 443 def source_fields @source_fields end |