Class: Aws::Types::DateArrayOptions
- Inherits:
-
Object
- Object
- Aws::Types::DateArrayOptions
- 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.
72 73 74 |
# File 'sig/types.rbs', line 72 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
74 75 76 |
# File 'sig/types.rbs', line 74 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
76 77 78 |
# File 'sig/types.rbs', line 76 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
75 76 77 |
# File 'sig/types.rbs', line 75 def search_enabled @search_enabled end |
#source_fields ⇒ ::String
Returns the value of attribute source_fields.
73 74 75 |
# File 'sig/types.rbs', line 73 def source_fields @source_fields end |