Class: Aws::CloudWatchEvidently::Types::ListLaunchesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launchesArray<Types::Launch>

An array of structures that contain the configuration details of the launches in the specified project.

Returns:



1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1805

class ListLaunchesResponse < Struct.new(
  :launches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use in a subsequent ListLaunches operation to return the next set of results.

Returns:

  • (String)


1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1805

class ListLaunchesResponse < Struct.new(
  :launches,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end