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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1000 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 |