Class: Aws::Types::IntOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Integer

Returns the value of attribute default_value.

Returns:

  • (::Integer)


402
403
404
# File 'sig/types.rbs', line 402

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


404
405
406
# File 'sig/types.rbs', line 404

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


406
407
408
# File 'sig/types.rbs', line 406

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


405
406
407
# File 'sig/types.rbs', line 405

def search_enabled
  @search_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def source_field
  @source_field
end