Class: Aws::RTBFabric::Types::LinkRoutingRuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::LinkRoutingRuleSummary
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
A summary of a link routing rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conditions ⇒ Types::RuleCondition
The conditions for the routing rule.
-
#created_at ⇒ Time
The timestamp of when the routing rule was created.
-
#priority ⇒ Integer
The priority of the routing rule.
-
#rule_id ⇒ String
The unique identifier of the routing rule.
-
#status ⇒ String
The status of the routing rule.
-
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
Instance Attribute Details
#conditions ⇒ Types::RuleCondition
The conditions for the routing rule.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the routing rule was created.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the routing rule.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the routing rule.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2002 class LinkRoutingRuleSummary < Struct.new( :rule_id, :priority, :conditions, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |