Class: Aws::Personalize::Types::DescribeBatchSegmentJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_segment_jobTypes::BatchSegmentJob

Information on the specified batch segment job.



2788
2789
2790
2791
2792
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2788

class DescribeBatchSegmentJobResponse < Struct.new(
  :batch_segment_job)
  SENSITIVE = []
  include Aws::Structure
end