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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2791
2792
2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2791

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)


2791
2792
2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2791

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.



2791
2792
2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2791

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)


2791
2792
2793
2794
2795
2796
2797
2798
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2791

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