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

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

#attachmentTypes::Attachment

Describes the rejected attachment request.

Returns:



5015
5016
5017
5018
5019
# File 'lib/aws-sdk-networkmanager/types.rb', line 5015

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