Class: Aws::Types::DescribeTargetGroupsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def load_balancer_arn
  @load_balancer_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def marker
  @marker
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


439
440
441
# File 'sig/types.rbs', line 439

def names
  @names
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def page_size
  @page_size
end

#target_group_arns::Array[::String]

Returns the value of attribute target_group_arns.

Returns:

  • (::Array[::String])


438
439
440
# File 'sig/types.rbs', line 438

def target_group_arns
  @target_group_arns
end