Class: Aws::RTBFabric::Types::DeleteOutboundExternalLinkRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/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.

Returns:

  • (String)


608
609
610
611
612
613
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 608

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

The unique identifier of the link.

Returns:

  • (String)


608
609
610
611
612
613
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 608

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