Class: Aws::NetworkManager::Types::ConnectAttachment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Describes a core network Connect attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::Attachment

The attachment details.

Returns:



448
449
450
451
452
453
454
# File 'lib/aws-sdk-networkmanager/types.rb', line 448

class ConnectAttachment < Struct.new(
  :attachment,
  :transport_attachment_id,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::ConnectAttachmentOptions

Options for connecting an attachment.



448
449
450
451
452
453
454
# File 'lib/aws-sdk-networkmanager/types.rb', line 448

class ConnectAttachment < Struct.new(
  :attachment,
  :transport_attachment_id,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#transport_attachment_idString

The ID of the transport attachment.

Returns:

  • (String)


448
449
450
451
452
453
454
# File 'lib/aws-sdk-networkmanager/types.rb', line 448

class ConnectAttachment < Struct.new(
  :attachment,
  :transport_attachment_id,
  :options)
  SENSITIVE = []
  include Aws::Structure
end