Class: Aws::Types::DurationRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_seconds::Integer

Returns the value of attribute max_seconds.

Returns:

  • (::Integer)


327
328
329
# File 'sig/types.rbs', line 327

def max_seconds
  @max_seconds
end

#min_seconds::Integer

Returns the value of attribute min_seconds.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def min_seconds
  @min_seconds
end