Class: Aws::DataZone::Types::SubscribedUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedUser
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The subscribed user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::UserProfileDetails
The subscribed user details.
-
#id ⇒ String
The ID of the subscribed user.
Instance Attribute Details
#details ⇒ Types::UserProfileDetails
The subscribed user details.
19363 19364 19365 19366 19367 19368 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19363 class SubscribedUser < Struct.new( :details, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the subscribed user.
19363 19364 19365 19366 19367 19368 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19363 class SubscribedUser < Struct.new( :details, :id) SENSITIVE = [] include Aws::Structure end |