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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

Instance Attribute Details

#idString

The identity's ID.

Returns:

  • (String)


5067
5068
5069
5070
5071
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5067

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