Class: Aws::RTBFabric::Types::ListLinksResponseStructure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Describes a link.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::LinkAttributes

Describes attributes of a link.



1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the link was created.

Returns:

  • (Time)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#directionString

The direction of the link.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#flow_modulesArray<Types::ModuleConfiguration>

Describes the configuration of flow modules.

Returns:



1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#peer_gateway_idString

The unique identifier of the peer gateway.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pending_flow_modulesArray<Types::ModuleConfiguration>

Describes the configuration of pending flow modules.

Returns:



1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the link.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of the key-value pairs of the tag or tags to assign to the resource.

Returns:

  • (Hash<String,String>)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the link was updated.

Returns:

  • (Time)


1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1394

class ListLinksResponseStructure < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :status,
  :created_at,
  :updated_at,
  :direction,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :link_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end