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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


6453
6454
6455
6456
6457
6458
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6453

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

#protected_jobsArray<Types::ProtectedJobSummary>

A list of protected job summaries.

Returns:



6453
6454
6455
6456
6457
6458
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6453

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