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

#time_based_canaryTypes::TimeBasedCanary

Returns the value of attribute time_based_canary.



1269
1270
1271
# File 'sig/types.rbs', line 1269

def time_based_canary
  @time_based_canary
end

#time_based_linearTypes::TimeBasedLinear

Returns the value of attribute time_based_linear.



1270
1271
1272
# File 'sig/types.rbs', line 1270

def time_based_linear
  @time_based_linear
end

#type"TimeBasedCanary", ...

Returns the value of attribute type.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def type
  @type
end