Class: Aws::Personalize::Types::DescribeBatchSegmentJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeBatchSegmentJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_segment_job ⇒ Types::BatchSegmentJob
Information on the specified batch segment job.
Instance Attribute Details
#batch_segment_job ⇒ Types::BatchSegmentJob
Information on the specified batch segment job.
2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-personalize/types.rb', line 2983 class DescribeBatchSegmentJobResponse < Struct.new( :batch_segment_job) SENSITIVE = [] include Aws::Structure end |