Class: Aws::ElasticLoadBalancing::Types::PolicyAttributeDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::PolicyAttributeDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a policy attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute.
-
#attribute_value ⇒ String
The value of the attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute.
1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1555 class PolicyAttributeDescription < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ String
The value of the attribute.
1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1555 class PolicyAttributeDescription < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |