Class: Aws::DirectoryService::Types::ShareTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ShareTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Identifier that contains details about the directory consumer account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Identifier of the directory consumer account.
-
#type ⇒ String
Type of identifier to be used in the ‘Id` field.
Instance Attribute Details
#id ⇒ String
Identifier of the directory consumer account.
4054 4055 4056 4057 4058 4059 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4054 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of identifier to be used in the ‘Id` field.
4054 4055 4056 4057 4058 4059 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4054 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |