Class: Aws::Types::BetweenConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#high_bound_key::String

Returns the value of attribute high_bound_key.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def high_bound_key
  @high_bound_key
end

#low_bound_key::String

Returns the value of attribute low_bound_key.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def low_bound_key
  @low_bound_key
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def template
  @template
end