Class: Aws::Rekognition::Types::StartSegmentDetectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

Unique identifier for the segment detection job. The ‘JobId` is returned from `StartSegmentDetection`.

Returns:

  • (String)


7319
7320
7321
7322
7323
# File 'lib/aws-sdk-rekognition/types.rb', line 7319

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