Class: Aws::CloudWatchEvidently::Types::ListLaunchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListLaunchesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launches ⇒ Array<Types::Launch>
An array of structures that contain the configuration details of the launches in the specified project.
-
#next_token ⇒ String
The token to use in a subsequent ‘ListLaunches` operation to return the next set of results.
Instance Attribute Details
#launches ⇒ Array<Types::Launch>
An array of structures that contain the configuration details of the launches in the specified project.
1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1805 class ListLaunchesResponse < Struct.new( :launches, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use in a subsequent ‘ListLaunches` operation to return the next set of results.
1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1805 class ListLaunchesResponse < Struct.new( :launches, :next_token) SENSITIVE = [] include Aws::Structure end |