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

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

#identifierString

The ID of the subscribed user.

Returns:

  • (String)


19378
19379
19380
19381
19382
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19378

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