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
Note:
When making an API call, you may pass ShareTarget data as a hash:
{
id: "TargetId", # required
type: "ACCOUNT", # required, accepts ACCOUNT
}
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.
4515 4516 4517 4518 4519 4520 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4515 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of identifier to be used in the Id
field.
4515 4516 4517 4518 4519 4520 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4515 class ShareTarget < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |