Class: Aws::ElasticLoadBalancing::Types::PolicyAttribute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Information about a policy attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)


1536
1537
1538
1539
1540
1541
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1536

class PolicyAttribute < Struct.new(
  :attribute_name,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueString

The value of the attribute.

Returns:

  • (String)


1536
1537
1538
1539
1540
1541
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1536

class PolicyAttribute < Struct.new(
  :attribute_name,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end