Class: Aws::RTBFabric::Types::CreateLinkResponse

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.



354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#connectivity_typeString

The connectivity type of the link.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#created_atTime

The timestamp of when the link was created.

Returns:

  • (Time)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#customer_provided_idString

The customer-provided unique identifier of the link.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#directionString

The direction of the link.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#flow_modulesArray<Types::ModuleConfiguration>

The configuration of flow modules.

Returns:



354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

The unique identifier of the link.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#log_settingsTypes::LinkLogSettings

Describes the settings for a link log.



354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#peer_gateway_idString

The unique identifier of the peer gateway.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#pending_flow_modulesArray<Types::ModuleConfiguration>

The configuration of pending flow modules.

Returns:



354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#statusString

The status of the request.

Returns:

  • (String)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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

#updated_atTime

The timestamp of when the link was updated.

Returns:

  • (Time)


354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 354

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