Class: Aws::Personalize::Types::DescribeBatchSegmentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeBatchSegmentJobRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Note:
When making an API call, you may pass DescribeBatchSegmentJobRequest data as a hash:
{
batch_segment_job_arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_segment_job_arn ⇒ String
The ARN of the batch segment job to describe.
Instance Attribute Details
#batch_segment_job_arn ⇒ String
The ARN of the batch segment job to describe.
2916 2917 2918 2919 2920 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2916 class DescribeBatchSegmentJobRequest < Struct.new( :batch_segment_job_arn) SENSITIVE = [] include Aws::Structure end |