Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The identity’s ID.

Returns:

  • (String)


4140
4141
4142
4143
# File 'lib/aws-sdk-cloudfront/types.rb', line 4140

class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
  :id)
  include Aws::Structure
end