Class: Aws::NetworkManager::Types::RejectAttachmentResponse

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

#attachmentTypes::Attachment

Describes the rejected attachment request.

Returns:



4789
4790
4791
4792
4793
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4789

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