Class: Aws::RTBFabric::Types::AcceptLinkResponse

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

#attributesTypes::LinkAttributes

Attributes of the link.



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#connectivity_typeString

The connectivity type of the link.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the link was created.

Returns:

  • (Time)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#directionString

The direction of the link.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#flow_modulesArray<Types::ModuleConfiguration>

The configuration of flow modules.

Returns:



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Describes the settings for a link log.



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#peer_gateway_idString

The unique identifier of the peer gateway.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#pending_flow_modulesArray<Types::ModuleConfiguration>

The configuration of pending flow modules.

Returns:



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the link.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the link was updated.

Returns:

  • (Time)


95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 95

class AcceptLinkResponse < 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)
  SENSITIVE = []
  include Aws::Structure
end