Class: Aws::Types::AttachInstancesToLoadBalancerRequest

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])


135
136
137
# File 'sig/types.rbs', line 135

def instance_names
  @instance_names
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def load_balancer_name
  @load_balancer_name
end