Class: Aws::RTBFabric::Types::RejectLinkRequest

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)


2473
2474
2475
2476
2477
2478
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2473

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

The unique identifier of the link.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2473

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