Class: Aws::RTBFabric::Types::GetLinkRoutingRuleResponse

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

#conditionsTypes::RuleCondition

The conditions for the routing rule.



1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the routing rule was created.

Returns:

  • (Time)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority of the routing rule.

Returns:

  • (Integer)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The unique identifier of the routing rule.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the routing rule.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of the key-value pairs for the tag or tags assigned to the specified resource.

Returns:

  • (Hash<String,String>)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the routing rule was last updated.

Returns:

  • (Time)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383

class GetLinkRoutingRuleResponse < Struct.new(
  :gateway_id,
  :link_id,
  :rule_id,
  :priority,
  :conditions,
  :status,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end