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)


9849
9850
9851
# File 'sig/types.rbs', line 9849

def duration_in_seconds
  @duration_in_seconds
end

#initial_number_of_users::Integer

Returns the value of attribute initial_number_of_users.

Returns:

  • (::Integer)


9847
9848
9849
# File 'sig/types.rbs', line 9847

def initial_number_of_users
  @initial_number_of_users
end

#spawn_rate::Integer

Returns the value of attribute spawn_rate.

Returns:

  • (::Integer)


9848
9849
9850
# File 'sig/types.rbs', line 9848

def spawn_rate
  @spawn_rate
end