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.
21896 21897 21898 21899 21900 |
# File 'lib/aws-sdk-datazone/types.rb', line 21896 class SubscribedUserInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |