Class: Aws::RTBFabric::Types::CreateOutboundExternalLinkRequest

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

Describes the attributes of a link.



366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The unique client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Describes the settings for a link log.



366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#public_endpointString

The public endpoint of the link.

Returns:

  • (String)


366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  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>)


366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 366

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end