Class: Aws::SupplyChain::Types::GetDataIntegrationFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetDataIntegrationFlowRequest
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for GetDataIntegrationFlow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#name ⇒ String
The name of the DataIntegrationFlow created.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
837 838 839 840 841 842 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 837 class GetDataIntegrationFlowRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegrationFlow created.
837 838 839 840 841 842 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 837 class GetDataIntegrationFlowRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |