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)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def max
  @max
end

#min::String

Returns the value of attribute min.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def min
  @min
end