Class: Aws::Personalize::Types::DescribeBatchSegmentJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to describe.

Returns:

  • (String)


2776
2777
2778
2779
2780
# File 'lib/aws-sdk-personalize/types.rb', line 2776

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