Class: Aws::Types::ApplySecurityGroupsToLoadBalancerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def load_balancer_name
  @load_balancer_name
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


56
57
58
# File 'sig/types.rbs', line 56

def security_groups
  @security_groups
end