Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The origin access identity’s configuration information. For more information, see [CloudFrontOriginAccessIdentityConfig].
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identity’s ID.
Instance Attribute Details
#id ⇒ String
The identity’s ID.
5035 5036 5037 5038 5039 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5035 class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |