Class: Aws::Types::IntArrayOptions
- Inherits:
-
Object
- Object
- Aws::Types::IntArrayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Integer
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 ⇒ ::Integer
Returns the value of attribute default_value.
393 394 395 |
# File 'sig/types.rbs', line 393 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
395 396 397 |
# File 'sig/types.rbs', line 395 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
397 398 399 |
# File 'sig/types.rbs', line 397 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
396 397 398 |
# File 'sig/types.rbs', line 396 def search_enabled @search_enabled end |
#source_fields ⇒ ::String
Returns the value of attribute source_fields.
394 395 396 |
# File 'sig/types.rbs', line 394 def source_fields @source_fields end |