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)


526
527
528
# File 'sig/types.rbs', line 526

def high_bound_key
  @high_bound_key
end

#low_bound_key::String

Returns the value of attribute low_bound_key.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def low_bound_key
  @low_bound_key
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def template
  @template
end