Class: Aws::Types::IntArrayOptions

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)


393
394
395
# File 'sig/types.rbs', line 393

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


395
396
397
# File 'sig/types.rbs', line 395

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


397
398
399
# File 'sig/types.rbs', line 397

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def source_fields
  @source_fields
end