Class: Aws::Types::DetachInstancesFromLoadBalancerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_names::Array[::String]

Returns the value of attribute instance_names.

Returns:

  • (::Array[::String])


1124
1125
1126
# File 'sig/types.rbs', line 1124

def instance_names
  @instance_names
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def load_balancer_name
  @load_balancer_name
end