Class: Aws::CloudFront::Types::PutResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PutResourcePolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudFront resource for which the policy was created.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudFront resource for which the policy was created.
11976 11977 11978 11979 11980 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11976 class PutResourcePolicyResult < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |