Class: Aws::ElasticLoadBalancingV2::Types::GetResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::GetResourcePolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The content of the resource policy.
Instance Attribute Details
#policy ⇒ String
The content of the resource policy.
1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1796 class GetResourcePolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |