Class: Aws::Types::S3Grantee
- Inherits:
-
Object
- Object
- Aws::Types::S3Grantee
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#type_identifier ⇒ "id", ...
Returns the value of attribute type_identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def display_name @display_name end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def identifier @identifier end |
#type_identifier ⇒ "id", ...
Returns the value of attribute type_identifier.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def type_identifier @type_identifier end |