Class: Aws::RTBFabric::Types::RejectLinkRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_idString

The unique identifier of the gateway.



1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1717

class RejectLinkRequest < Struct.new(
  :gateway_id,
  :link_id)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.



1717
1718
1719
1720
1721
1722
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1717

class RejectLinkRequest < Struct.new(
  :gateway_id,
  :link_id)
  SENSITIVE = []
  include Aws::Structure
end