Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identity's ID.

Returns:

  • (String)


5033
5034
5035
5036
5037
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5033

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