Class: Aws::Personalize::Types::CreateBatchSegmentJobResponse

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_job_arnString

The ARN of the batch segment job.

Returns:

  • (String)


979
980
981
982
983
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 979

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