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)


22022
22023
22024
22025
22026
# File 'lib/aws-sdk-datazone/types.rb', line 22022

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