Class: Aws::RTBFabric::Types::UpdateLinkModuleFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkModuleFlowRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique client token.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#modules ⇒ Array<Types::ModuleConfiguration>
The configuration of a module.
Instance Attribute Details
#client_token ⇒ String
The unique client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2142 class UpdateLinkModuleFlowRequest < Struct.new( :client_token, :gateway_id, :link_id, :modules) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2142 class UpdateLinkModuleFlowRequest < Struct.new( :client_token, :gateway_id, :link_id, :modules) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2142 class UpdateLinkModuleFlowRequest < Struct.new( :client_token, :gateway_id, :link_id, :modules) SENSITIVE = [] include Aws::Structure end |
#modules ⇒ Array<Types::ModuleConfiguration>
The configuration of a module.
2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2142 class UpdateLinkModuleFlowRequest < Struct.new( :client_token, :gateway_id, :link_id, :modules) SENSITIVE = [] include Aws::Structure end |