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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2867

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

#statusString

The status of the routing rule.

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2867

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)


2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2867

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