Class: Aws::DataZone::Types::SubscribedUserInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedUserInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The subscribed user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID of the subscribed user.
Instance Attribute Details
#identifier ⇒ String
The ID of the subscribed user.
20377 20378 20379 20380 20381 |
# File 'lib/aws-sdk-datazone/types.rb', line 20377 class SubscribedUserInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |