Class: Aws::DirectoryService::Types::ShareTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

Identifier of the directory consumer account.

Returns:

  • (String)


3990
3991
3992
3993
3994
3995
# File 'lib/aws-sdk-directoryservice/types.rb', line 3990

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

#typeString

Type of identifier to be used in the ‘Id` field.

Returns:

  • (String)


3990
3991
3992
3993
3994
3995
# File 'lib/aws-sdk-directoryservice/types.rb', line 3990

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