Class: Aws::RTBFabric::Types::GetLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetLinkResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
-
#connectivity_type ⇒ String
The connectivity type of the link.
-
#created_at ⇒ Time
The timestamp of when the link was created.
-
#direction ⇒ String
The direction of the link.
-
#flow_modules ⇒ Array<Types::ModuleConfiguration>
The configuration of flow modules.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#http_responder_allowed ⇒ Boolean
Boolean to specify if an HTTP responder is allowed.
-
#link_id ⇒ String
The unique identifier of the link.
-
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
-
#peer_gateway_id ⇒ String
The unique identifier of the peer gateway.
-
#pending_flow_modules ⇒ Array<Types::ModuleConfiguration>
The configuration of pending flow modules.
-
#status ⇒ String
The status of the link.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
-
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
-
#updated_at ⇒ Time
The timestamp of when the link was updated.
Instance Attribute Details
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#connectivity_type ⇒ String
The connectivity type of the link.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the link was created.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#direction ⇒ String
The direction of the link.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#flow_modules ⇒ Array<Types::ModuleConfiguration>
The configuration of flow modules.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#http_responder_allowed ⇒ Boolean
Boolean to specify if an HTTP responder is allowed.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#peer_gateway_id ⇒ String
The unique identifier of the peer gateway.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#pending_flow_modules ⇒ Array<Types::ModuleConfiguration>
The configuration of pending flow modules.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the link.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the link was updated.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1419 class GetLinkResponse < Struct.new( :gateway_id, :peer_gateway_id, :status, :created_at, :updated_at, :direction, :flow_modules, :pending_flow_modules, :attributes, :log_settings, :connectivity_type, :link_id, :tags, :http_responder_allowed, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |