Class: Aws::SupplyChain::Types::DataIntegrationFlowS3TargetConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The S3 DataIntegrationFlow target configuration parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The bucketName of the S3 target objects.

Returns:

  • (String)


462
463
464
465
466
467
468
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462

class DataIntegrationFlowS3TargetConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::DataIntegrationFlowS3Options

The S3 DataIntegrationFlow target options.



462
463
464
465
466
467
468
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462

class DataIntegrationFlowS3TargetConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the S3 target objects.

Returns:

  • (String)


462
463
464
465
466
467
468
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 462

class DataIntegrationFlowS3TargetConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end