Class: Aws::Types::Stairs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


10996
10997
10998
# File 'sig/types.rbs', line 10996

def duration_in_seconds
  @duration_in_seconds
end

#number_of_steps::Integer

Returns the value of attribute number_of_steps.

Returns:

  • (::Integer)


10997
10998
10999
# File 'sig/types.rbs', line 10997

def number_of_steps
  @number_of_steps
end

#users_per_step::Integer

Returns the value of attribute users_per_step.

Returns:

  • (::Integer)


10998
10999
11000
# File 'sig/types.rbs', line 10998

def users_per_step
  @users_per_step
end