Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetCloudFrontOriginAccessIdentityRequest data as a hash:
{
id: "string", # required
}
The request to get an origin access identity’s information.
Instance Attribute Summary collapse
-
#id ⇒ String
The identity’s ID.
Instance Attribute Details
#id ⇒ String
The identity’s ID.
4419 4420 4421 4422 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4419 class GetCloudFrontOriginAccessIdentityRequest < Struct.new( :id) include Aws::Structure end |