Class: Aws::Types::Phase

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


9785
9786
9787
# File 'sig/types.rbs', line 9785

def spawn_rate
  @spawn_rate
end