Class: Aws::Types::DeleteLoadBalancerPolicyInput

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)


186
187
188
# File 'sig/types.rbs', line 186

def load_balancer_name
  @load_balancer_name
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def policy_name
  @policy_name
end