Class: Aws::Types::TrafficRoutingConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canary_sizeTypes::CapacitySize

Returns the value of attribute canary_size.

Returns:



11416
11417
11418
# File 'sig/types.rbs', line 11416

def canary_size
  @canary_size
end

#linear_step_sizeTypes::CapacitySize

Returns the value of attribute linear_step_size.

Returns:



11417
11418
11419
# File 'sig/types.rbs', line 11417

def linear_step_size
  @linear_step_size
end

#type"ALL_AT_ONCE", ...

Returns the value of attribute type.

Returns:

  • ("ALL_AT_ONCE", "CANARY", "LINEAR")


11414
11415
11416
# File 'sig/types.rbs', line 11414

def type
  @type
end

#wait_interval_in_seconds::Integer

Returns the value of attribute wait_interval_in_seconds.

Returns:

  • (::Integer)


11415
11416
11417
# File 'sig/types.rbs', line 11415

def wait_interval_in_seconds
  @wait_interval_in_seconds
end