Class: Aws::CodeCatalyst::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListWorkflowsResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkflowSummary>
Information about the workflows in a project.
-
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
Instance Attribute Details
#items ⇒ Array<Types::WorkflowSummary>
Information about the workflows in a project.
2190 2191 2192 2193 2194 2195 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2190 class ListWorkflowsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
2190 2191 2192 2193 2194 2195 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2190 class ListWorkflowsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |