Class: Aws::Types::CreateLoadBalancerPolicyInput

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:



153
154
155
# File 'sig/types.rbs', line 153

def load_balancer_name
  @load_balancer_name
end

#policy_attributes::Array[Types::PolicyAttribute]

Returns the value of attribute policy_attributes.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def policy_attributes
  @policy_attributes
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def policy_name
  @policy_name
end

#policy_type_name::String

Returns the value of attribute policy_type_name.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def policy_type_name
  @policy_type_name
end