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)


9801
9802
9803
# File 'sig/types.rbs', line 9801

def duration_in_seconds
  @duration_in_seconds
end

#initial_number_of_users::Integer

Returns the value of attribute initial_number_of_users.

Returns:

  • (::Integer)


9799
9800
9801
# File 'sig/types.rbs', line 9799

def initial_number_of_users
  @initial_number_of_users
end

#spawn_rate::Integer

Returns the value of attribute spawn_rate.

Returns:

  • (::Integer)


9800
9801
9802
# File 'sig/types.rbs', line 9800

def spawn_rate
  @spawn_rate
end