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)


1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976

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

The unique identifier of the link.

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976

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

#log_settingsTypes::LinkLogSettings

Settings for the application logs.



1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976

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