Class: Aws::Types::UserReference
- Inherits:
-
Object
- Object
- Aws::Types::UserReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9481 9482 9483 |
# File 'sig/types.rbs', line 9481 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
9480 9481 9482 |
# File 'sig/types.rbs', line 9480 def id @id end |