Class: Aws::NetworkManager::Types::RejectAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



5501
5502
5503
5504
5505
# File 'lib/aws-sdk-networkmanager/types.rb', line 5501

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