Class: Aws::NetworkManager::Types::GetVpcAttachmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the attachment.

Returns:

  • (String)


3635
3636
3637
3638
3639
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3635

class GetVpcAttachmentRequest < Struct.new(
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end