Class: Aws::RTBFabric::Types::UpdateLinkRequest

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126

class UpdateLinkRequest < Struct.new(
  :gateway_id,
  :link_id,
  :log_settings,
  :timeout_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126

class UpdateLinkRequest < Struct.new(
  :gateway_id,
  :link_id,
  :log_settings,
  :timeout_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Settings for the application logs.



2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126

class UpdateLinkRequest < Struct.new(
  :gateway_id,
  :link_id,
  :log_settings,
  :timeout_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_in_millisInteger

The timeout value in milliseconds.

Returns:

  • (Integer)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126

class UpdateLinkRequest < Struct.new(
  :gateway_id,
  :link_id,
  :log_settings,
  :timeout_in_millis)
  SENSITIVE = []
  include Aws::Structure
end