Class: Aws::Types::CloudFrontOriginAccessIdentitySummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudFrontOriginAccessIdentitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#s3_canonical_user_id ⇒ ::String
Returns the value of attribute s3_canonical_user_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
304 305 306 |
# File 'sig/types.rbs', line 304 def comment @comment end |
#id ⇒ ::String
Returns the value of attribute id.
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.
303 304 305 |
# File 'sig/types.rbs', line 303 def s3_canonical_user_id @s3_canonical_user_id end |