Class: Aws::DataZone::Types::SubscribedUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedUser
- Includes:
- Structure
- Defined in:
- 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.
20362 20363 20364 20365 20366 20367 |
# File 'lib/aws-sdk-datazone/types.rb', line 20362 class SubscribedUser < Struct.new( :id, :details) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the subscribed user.
20362 20363 20364 20365 20366 20367 |
# File 'lib/aws-sdk-datazone/types.rb', line 20362 class SubscribedUser < Struct.new( :id, :details) SENSITIVE = [] include Aws::Structure end |