Class: Aws::RTBFabric::Types::AcceptLinkRequest

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.



31
32
33
34
35
36
37
38
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


31
32
33
34
35
36
37
38
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31

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

The unique identifier of the link.

Returns:

  • (String)


31
32
33
34
35
36
37
38
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31

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

#log_settingsTypes::LinkLogSettings

Settings for the application logs.



31
32
33
34
35
36
37
38
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31

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