Class: Aws::BCMDataExports::Types::ListExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ListExecutionsResponse
- Defined in:
- gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#executions ⇒ Array<Types::ExecutionReference>
The list of executions.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#executions ⇒ Array<Types::ExecutionReference>
The list of executions.
449 450 451 452 453 454 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 449 class ListExecutionsResponse < Struct.new( :executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
449 450 451 452 453 454 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 449 class ListExecutionsResponse < Struct.new( :executions, :next_token) SENSITIVE = [] include Aws::Structure end |