Class: Aws::CloudFront::Types::GetResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the CloudFront resource that is associated with the resource policy.

Returns:

  • (String)


7919
7920
7921
7922
7923
# File 'lib/aws-sdk-cloudfront/types.rb', line 7919

class GetResourcePolicyRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end