Class: Aws::CloudWatchEvidently::Types::ListLaunchesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListLaunchesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
-
#project ⇒ String
The name or ARN of the project to return the launch list from.
-
#status ⇒ String
Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response.
1784 1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1784 class ListLaunchesRequest < Struct.new( :max_results, :next_token, :project, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of results. You received this token from a previous ‘ListLaunches` operation.
1784 1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1784 class ListLaunchesRequest < Struct.new( :max_results, :next_token, :project, :status) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project to return the launch list from.
1784 1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1784 class ListLaunchesRequest < Struct.new( :max_results, :next_token, :project, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
1784 1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1784 class ListLaunchesRequest < Struct.new( :max_results, :next_token, :project, :status) SENSITIVE = [] include Aws::Structure end |