Class: Aws::Types::CreateLoadBalancerPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoadBalancerPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#policy_attributes ⇒ ::Array[Types::PolicyAttribute]
Returns the value of attribute policy_attributes.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type_name ⇒ ::String
Returns the value of attribute policy_type_name.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
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.
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.
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.
155 156 157 |
# File 'sig/types.rbs', line 155 def policy_type_name @policy_type_name end |