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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identity’s ID.

Returns:

  • (String)


6433
6434
6435
6436
6437
# File 'lib/aws-sdk-cloudfront/types.rb', line 6433

class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end