Class: Aws::CloudDirectory::Types::BatchAttachTypedLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachTypedLinkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a AttachTypedLink response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns a typed link specifier as output.
Instance Attribute Details
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns a typed link specifier as output.
485 486 487 488 489 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 485 class BatchAttachTypedLinkResponse < Struct.new( :typed_link_specifier) SENSITIVE = [] include Aws::Structure end |