Class: Aws::MainframeModernization::Types::S3BatchJobIdentifier

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

Overview

A batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket that contains the batch job definitions.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2795

class S3BatchJobIdentifier < Struct.new(
  :bucket,
  :identifier,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#identifierTypes::JobIdentifier

Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in keyPrefix.



2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2795

class S3BatchJobIdentifier < Struct.new(
  :bucket,
  :identifier,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefixString

The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
2801
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2795

class S3BatchJobIdentifier < Struct.new(
  :bucket,
  :identifier,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end