Class: Aws::RTBFabric::Types::UpdateLinkModuleFlowRequest

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

#client_tokenString

The unique client token.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


2731
2732
2733
2734
2735
2736
2737
2738
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2731

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

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


2731
2732
2733
2734
2735
2736
2737
2738
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2731

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

The unique identifier of the link.

Returns:

  • (String)


2731
2732
2733
2734
2735
2736
2737
2738
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2731

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

#modulesArray<Types::ModuleConfiguration>

The configuration of a module.

Returns:



2731
2732
2733
2734
2735
2736
2737
2738
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2731

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