Class: Aws::DataZone::Types::SubscribedUser

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The subscribed user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

The subscribed user details.



20425
20426
20427
20428
20429
20430
# File 'lib/aws-sdk-datazone/types.rb', line 20425

class SubscribedUser < Struct.new(
  :id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the subscribed user.

Returns:

  • (String)


20425
20426
20427
20428
20429
20430
# File 'lib/aws-sdk-datazone/types.rb', line 20425

class SubscribedUser < Struct.new(
  :id,
  :details)
  SENSITIVE = []
  include Aws::Structure
end