Class: Aws::DirectoryService::Types::ShareTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ShareTarget
- Defined in:
- gems/aws-sdk-directoryservice/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.
3980 3981 3982 3983 3984 3985 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3980 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of identifier to be used in the Id
field.
3980 3981 3982 3983 3984 3985 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3980 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |