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.
9324 9325 9326 |
# File 'sig/types.rbs', line 9324 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
9323 9324 9325 |
# File 'sig/types.rbs', line 9323 def id @id end |