Class: Aws::Types::DateArrayOptions

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)


72
73
74
# File 'sig/types.rbs', line 72

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


74
75
76
# File 'sig/types.rbs', line 74

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


76
77
78
# File 'sig/types.rbs', line 76

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


75
76
77
# File 'sig/types.rbs', line 75

def search_enabled
  @search_enabled
end

#source_fields::String

Returns the value of attribute source_fields.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def source_fields
  @source_fields
end