Class: Aws::Types::CloudFrontOriginAccessIdentitySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def comment
  @comment
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def id
  @id
end

#s3_canonical_user_id::String

Returns the value of attribute s3_canonical_user_id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def s3_canonical_user_id
  @s3_canonical_user_id
end