Class: Aws::Types::IntOptions
- Inherits:
-
Object
- Object
- Aws::Types::IntOptions
- 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.
-
#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 ⇒ ::Integer
Returns the value of attribute default_value.
402 403 404 |
# File 'sig/types.rbs', line 402 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
404 405 406 |
# File 'sig/types.rbs', line 404 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
406 407 408 |
# File 'sig/types.rbs', line 406 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
405 406 407 |
# File 'sig/types.rbs', line 405 def search_enabled @search_enabled end |
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
407 408 409 |
# File 'sig/types.rbs', line 407 def sort_enabled @sort_enabled end |
#source_field ⇒ ::String
Returns the value of attribute source_field.
403 404 405 |
# File 'sig/types.rbs', line 403 def source_field @source_field end |