Class: Aws::Types::DurationConstraints

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max::String

Returns the value of attribute max.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def max
  @max
end

#min::String

Returns the value of attribute min.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def min
  @min
end