Class: Aws::Types::AclGrantee
- Inherits:
-
Object
- Object
- Aws::Types::AclGrantee
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
67 68 69 |
# File 'sig/types.rbs', line 67 def id @id end |
#unknown ⇒ Object
Returns the value of attribute unknown.
69 70 71 |
# File 'sig/types.rbs', line 69 def unknown @unknown end |
#uri ⇒ ::String
Returns the value of attribute uri.
68 69 70 |
# File 'sig/types.rbs', line 68 def uri @uri end |