Class: Aws::CleanRooms::Types::ListProtectedJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListProtectedJobsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#protected_jobs ⇒ Array<Types::ProtectedJobSummary>
A list of protected job summaries.
Instance Attribute Details
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
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_jobs ⇒ Array<Types::ProtectedJobSummary>
A list of protected job summaries.
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 |