Class: Aws::Types::TargetGroupPairInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#prod_traffic_routeTypes::TrafficRoute

Returns the value of attribute prod_traffic_route.

Returns:



1229
1230
1231
# File 'sig/types.rbs', line 1229

def prod_traffic_route
  @prod_traffic_route
end

#target_groups::Array[Types::TargetGroupInfo]

Returns the value of attribute target_groups.

Returns:



1228
1229
1230
# File 'sig/types.rbs', line 1228

def target_groups
  @target_groups
end

#test_traffic_routeTypes::TrafficRoute

Returns the value of attribute test_traffic_route.

Returns:



1230
1231
1232
# File 'sig/types.rbs', line 1230

def test_traffic_route
  @test_traffic_route
end