Class: Aws::Types::ModifyTargetGroupAttributesInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::TargetGroupAttribute]

Returns the value of attribute attributes.



810
811
812
# File 'sig/types.rbs', line 810

def attributes
  @attributes
end

#target_group_arn::String

Returns the value of attribute target_group_arn.



809
810
811
# File 'sig/types.rbs', line 809

def target_group_arn
  @target_group_arn
end