Class: Aws::DirectoryService::Types::UnshareTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UnshareTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Identifier that contains details about the directory consumer account with whom the directory is being unshared.
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.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4415 class UnshareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of identifier to be used in the Id field.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4415 class UnshareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |