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)


2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2779

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.



2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2779

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)


2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2779

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