Class: Aws::RTBFabric::Types::DeleteLinkRoutingRuleResponse

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

#rule_idString

The unique identifier of the routing rule.

Returns:

  • (String)


993
994
995
996
997
998
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 993

class DeleteLinkRoutingRuleResponse < Struct.new(
  :rule_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the routing rule.

Returns:

  • (String)


993
994
995
996
997
998
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 993

class DeleteLinkRoutingRuleResponse < Struct.new(
  :rule_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end