Class: Aws::Types::CloudFrontOriginAccessIdentity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_configTypes::CloudFrontOriginAccessIdentityConfig

Returns the value of attribute cloud_front_origin_access_identity_config.



271
272
273
# File 'sig/types.rbs', line 271

def cloud_front_origin_access_identity_config
  @cloud_front_origin_access_identity_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def id
  @id
end

#s3_canonical_user_id::String

Returns the value of attribute s3_canonical_user_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def s3_canonical_user_id
  @s3_canonical_user_id
end