Class: Aws::Types::DateOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


83
84
85
# File 'sig/types.rbs', line 83

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


85
86
87
# File 'sig/types.rbs', line 85

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


84
85
86
# File 'sig/types.rbs', line 84

def search_enabled
  @search_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:

  • (Boolean)


86
87
88
# File 'sig/types.rbs', line 86

def sort_enabled
  @sort_enabled
end

#source_field::String

Returns the value of attribute source_field.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def source_field
  @source_field
end