Class: Aws::CloudFront::Types::OriginRequestPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginRequestPolicySummary
- Includes:
- Structure
- Defined in:
- 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) or `custom` (created in this Amazon Web Services account).
Instance Attribute Details
#origin_request_policy ⇒ Types::OriginRequestPolicy
The origin request policy.
8589 8590 8591 8592 8593 8594 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8589 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).
8589 8590 8591 8592 8593 8594 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8589 class OriginRequestPolicySummary < Struct.new( :type, :origin_request_policy) SENSITIVE = [] include Aws::Structure end |