Class: Aws::Types::Stairs
- Inherits:
-
Object
- Object
- Aws::Types::Stairs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#number_of_steps ⇒ ::Integer
Returns the value of attribute number_of_steps.
-
#users_per_step ⇒ ::Integer
Returns the value of attribute users_per_step.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
10988 10989 10990 |
# File 'sig/types.rbs', line 10988 def duration_in_seconds @duration_in_seconds end |
#number_of_steps ⇒ ::Integer
Returns the value of attribute number_of_steps.
10989 10990 10991 |
# File 'sig/types.rbs', line 10989 def number_of_steps @number_of_steps end |
#users_per_step ⇒ ::Integer
Returns the value of attribute users_per_step.
10990 10991 10992 |
# File 'sig/types.rbs', line 10990 def users_per_step @users_per_step end |