Class: Aws::MainframeModernization::Types::S3BatchJobIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::S3BatchJobIdentifier
- 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
-
#bucket ⇒ String
The Amazon S3 bucket that contains the batch job definitions.
-
#identifier ⇒ Types::JobIdentifier
Identifies the batch job definition.
-
#key_prefix ⇒ String
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that contains the batch job definitions.
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 |
#identifier ⇒ Types::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_prefix ⇒ String
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
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 |