Class: Aws::CodeCatalyst::Types::ListDevEnvironmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListDevEnvironmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Information about filters to apply to narrow the results returned in the list.
-
#max_results ⇒ Integer
The maximum number of results to show in a single call to this API.
-
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Information about filters to apply to narrow the results returned in the list.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1719 class ListDevEnvironmentsRequest < Struct.new( :space_name, :project_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a ‘NextToken` element, which you can use to obtain additional results.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1719 class ListDevEnvironmentsRequest < Struct.new( :space_name, :project_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1719 class ListDevEnvironmentsRequest < Struct.new( :space_name, :project_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1719 class ListDevEnvironmentsRequest < Struct.new( :space_name, :project_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1719 class ListDevEnvironmentsRequest < Struct.new( :space_name, :project_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |