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)


876
877
878
879
880
881
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 876

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

#statusString

The status of the routing rule.

Returns:

  • (String)


876
877
878
879
880
881
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 876

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