Class: Aws::RTBFabric::Types::CreateLinkRoutingRuleResponse

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

#created_atTime

The timestamp of when the routing rule was created.

Returns:

  • (Time)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538

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

#rule_idString

The unique identifier of the routing rule.

Returns:

  • (String)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538

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

#statusString

The status of the routing rule.

Returns:

  • (String)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538

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