Class: Aws::Personalize::Types::CreateBatchSegmentJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateBatchSegmentJobResponse
- 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.
Instance Attribute Details
#batch_segment_job_arn ⇒ String
The ARN of the batch segment job.
1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-personalize/types.rb', line 1022 class CreateBatchSegmentJobResponse < Struct.new( :batch_segment_job_arn) SENSITIVE = [] include Aws::Structure end |