Class: Aws::CloudFront::Types::GetResourcePolicyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_documentString

The resource policy in JSON format.

Returns:

  • (String)


7550
7551
7552
7553
7554
7555
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7550

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

#resource_arnString

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

Returns:

  • (String)


7550
7551
7552
7553
7554
7555
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7550

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