Class: Aws::Types::WeightedTargetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_identifier::String

Returns the value of attribute target_group_identifier.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def target_group_identifier
  @target_group_identifier
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def weight
  @weight
end