Class: Aws::Types::CreateCloudFrontOriginAccessIdentityResult

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_identityTypes::CloudFrontOriginAccessIdentity

Returns the value of attribute cloud_front_origin_access_identity.



514
515
516
# File 'sig/types.rbs', line 514

def cloud_front_origin_access_identity
  @cloud_front_origin_access_identity
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def etag
  @etag
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def location
  @location
end