Class: Aws::CloudDirectory::Types::DetachTypedLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachTypedLinkRequest
- 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) of the directory where you want to detach the typed link.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Used to accept a typed link specifier as input.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2552 class DetachTypedLinkRequest < Struct.new( :directory_arn, :typed_link_specifier) SENSITIVE = [] include Aws::Structure end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Used to accept a typed link specifier as input.
2552 2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2552 class DetachTypedLinkRequest < Struct.new( :directory_arn, :typed_link_specifier) SENSITIVE = [] include Aws::Structure end |