Class: Aws::RTBFabric::Types::DeleteLinkRoutingRuleRequest

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.

Returns:

  • (String)


858
859
860
861
862
863
864
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858

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

The unique identifier of the link.

Returns:

  • (String)


858
859
860
861
862
863
864
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858

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

#rule_idString

The unique identifier of the routing rule.

Returns:

  • (String)


858
859
860
861
862
863
864
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858

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