Class: Aws::RTBFabric::Types::DeleteLinkRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteLinkRoutingRuleResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_id ⇒ String
The unique identifier of the routing rule.
-
#status ⇒ String
The status of the routing rule.
Instance Attribute Details
#rule_id ⇒ String
The unique identifier of the routing rule.
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 |
#status ⇒ String
The status of the routing rule.
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 |