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.
462 463 464 465 466 467 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 462 class ListExecutionsResponse < Struct.new( :executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
462 463 464 465 466 467 |
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 462 class ListExecutionsResponse < Struct.new( :executions, :next_token) SENSITIVE = [] include Aws::Structure end |