Class: Aws::RTBFabric::Types::UpdateLinkRoutingRuleResponse

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)


2856
2857
2858
2859
2860
2861
2862
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856

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

#statusString

The status of the routing rule.

Returns:

  • (String)


2856
2857
2858
2859
2860
2861
2862
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856

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

#updated_atTime

The timestamp of when the routing rule was last updated.

Returns:

  • (Time)


2856
2857
2858
2859
2860
2861
2862
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856

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