Class: Aws::RTBFabric::Types::DeleteLinkRequest

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.



589
590
591
592
593
594
# File 'lib/aws-sdk-rtbfabric/types.rb', line 589

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

The unique identifier of the link.



589
590
591
592
593
594
# File 'lib/aws-sdk-rtbfabric/types.rb', line 589

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