Class: Aws::Personalize::Types::DescribeBatchSegmentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeBatchSegmentJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_segment_job_arn ⇒ String
The ARN of the batch segment job to describe.
Instance Attribute Details
#batch_segment_job_arn ⇒ String
The ARN of the batch segment job to describe.
2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-personalize/types.rb', line 2971 class DescribeBatchSegmentJobRequest < Struct.new( :batch_segment_job_arn) SENSITIVE = [] include Aws::Structure end |