Class: Aws::DirectoryService::Types::UnshareTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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

Instance Attribute Details

#idString

Identifier of the directory consumer account.

Returns:

  • (String)


4351
4352
4353
4354
4355
4356
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4351

class UnshareTarget < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of identifier to be used in the Id field.

Returns:

  • (String)


4351
4352
4353
4354
4355
4356
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4351

class UnshareTarget < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end