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.



258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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.



258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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>)


258
259
260
261
262
263
264
265
266
267
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 258

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