Class: Aws::Types::ConnectionDraining

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


97
98
99
# File 'sig/types.rbs', line 97

def enabled
  @enabled
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def timeout
  @timeout
end