Class: Aws::DataZone::Types::SubscribedUserInput

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

#identifierString

The ID of the subscribed user.

Returns:

  • (String)


20377
20378
20379
20380
20381
# File 'lib/aws-sdk-datazone/types.rb', line 20377

class SubscribedUserInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end