Class: Aws::Types::SubscribedUser
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::UserProfileDetails
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#details ⇒ Types::UserProfileDetails
Returns the value of attribute details.
6188 6189 6190 |
# File 'sig/types.rbs', line 6188 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
6187 6188 6189 |
# File 'sig/types.rbs', line 6187 def id @id end |