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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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.



19756
19757
19758
19759
19760
19761
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19756

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

#idString

The ID of the subscribed user.

Returns:

  • (String)


19756
19757
19758
19759
19760
19761
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19756

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