Class: Aws::Types::Phase
- Inherits:
-
Object
- Object
- Aws::Types::Phase
- 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.
-
#initial_number_of_users ⇒ ::Integer
Returns the value of attribute initial_number_of_users.
-
#spawn_rate ⇒ ::Integer
Returns the value of attribute spawn_rate.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
9786 9787 9788 |
# File 'sig/types.rbs', line 9786 def duration_in_seconds @duration_in_seconds end |
#initial_number_of_users ⇒ ::Integer
Returns the value of attribute initial_number_of_users.
9784 9785 9786 |
# File 'sig/types.rbs', line 9784 def initial_number_of_users @initial_number_of_users end |
#spawn_rate ⇒ ::Integer
Returns the value of attribute spawn_rate.
9785 9786 9787 |
# File 'sig/types.rbs', line 9785 def spawn_rate @spawn_rate end |