Class: Aws::Types::UpdateCloudFrontOriginAccessIdentityRequest

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.



3905
3906
3907
# File 'sig/types.rbs', line 3905

def cloud_front_origin_access_identity_config
  @cloud_front_origin_access_identity_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3906
3907
3908
# File 'sig/types.rbs', line 3906

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3907
3908
3909
# File 'sig/types.rbs', line 3907

def if_match
  @if_match
end