Class: Aws::CloudFront::Types::OriginRequestPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginRequestPolicySummary
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains an origin request policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origin_request_policy ⇒ Types::OriginRequestPolicy
The origin request policy.
-
#type ⇒ String
The type of origin request policy, either
managed
(created by Amazon Web Services) orcustom
(created in this Amazon Web Services account).
Instance Attribute Details
#origin_request_policy ⇒ Types::OriginRequestPolicy
The origin request policy.
9486 9487 9488 9489 9490 9491 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9486 class OriginRequestPolicySummary < Struct.new( :type, :origin_request_policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of origin request policy, either managed
(created by
Amazon Web Services) or custom
(created in this Amazon Web
Services account).
9486 9487 9488 9489 9490 9491 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9486 class OriginRequestPolicySummary < Struct.new( :type, :origin_request_policy) SENSITIVE = [] include Aws::Structure end |