Class: Aws::CleanRooms::Types::ListProtectedJobsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


6405
6406
6407
6408
6409
6410
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6405

class ListProtectedJobsOutput < Struct.new(
  :next_token,
  :protected_jobs)
  SENSITIVE = []
  include Aws::Structure
end

#protected_jobsArray<Types::ProtectedJobSummary>

A list of protected job summaries.

Returns:



6405
6406
6407
6408
6409
6410
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6405

class ListProtectedJobsOutput < Struct.new(
  :next_token,
  :protected_jobs)
  SENSITIVE = []
  include Aws::Structure
end