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:



11393
11394
11395
# File 'sig/types.rbs', line 11393

def canary_size
  @canary_size
end

#linear_step_sizeTypes::CapacitySize

Returns the value of attribute linear_step_size.

Returns:



11394
11395
11396
# File 'sig/types.rbs', line 11394

def linear_step_size
  @linear_step_size
end

#type"ALL_AT_ONCE", ...

Returns the value of attribute type.

Returns:

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


11391
11392
11393
# File 'sig/types.rbs', line 11391

def type
  @type
end

#wait_interval_in_seconds::Integer

Returns the value of attribute wait_interval_in_seconds.

Returns:

  • (::Integer)


11392
11393
11394
# File 'sig/types.rbs', line 11392

def wait_interval_in_seconds
  @wait_interval_in_seconds
end