Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to get an origin access identity’s information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identity’s ID.
Instance Attribute Details
#id ⇒ String
The identity’s ID.
5069 5070 5071 5072 5073 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5069 class GetCloudFrontOriginAccessIdentityRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |