Class: Aws::CloudDirectory::Types::DetachObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
-
#link_name ⇒ String
The link name associated with the object that needs to be detached.
-
#parent_reference ⇒ Types::ObjectReference
The parent reference from which the object with the specified link name is detached.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2493 class DetachObjectRequest < Struct.new( :directory_arn, :parent_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The link name associated with the object that needs to be detached.
2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2493 class DetachObjectRequest < Struct.new( :directory_arn, :parent_reference, :link_name) SENSITIVE = [] include Aws::Structure end |
#parent_reference ⇒ Types::ObjectReference
The parent reference from which the object with the specified link name is detached.
2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2493 class DetachObjectRequest < Struct.new( :directory_arn, :parent_reference, :link_name) SENSITIVE = [] include Aws::Structure end |