Class: Aws::RTBFabric::Types::CreateLinkRequest

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.



263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#http_responder_allowedBoolean

Boolean to specify if an HTTP responder is allowed.

Returns:

  • (Boolean)


263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Settings for the application logs.



263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#peer_gateway_idString

The unique identifier of the peer gateway.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  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>)


263
264
265
266
267
268
269
270
271
272
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263

class CreateLinkRequest < Struct.new(
  :gateway_id,
  :peer_gateway_id,
  :attributes,
  :http_responder_allowed,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end