Class: Aws::CodeCatalyst::Types::ListDevEnvironmentSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListDevEnvironmentSessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_environment_id ⇒ String
The system-generated unique ID of the Dev Environment.
-
#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
#dev_environment_id ⇒ String
The system-generated unique ID of the Dev Environment.
1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1664 class ListDevEnvironmentSessionsRequest < Struct.new( :space_name, :project_name, :dev_environment_id, :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.
1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1664 class ListDevEnvironmentSessionsRequest < Struct.new( :space_name, :project_name, :dev_environment_id, :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.
1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1664 class ListDevEnvironmentSessionsRequest < Struct.new( :space_name, :project_name, :dev_environment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1664 class ListDevEnvironmentSessionsRequest < Struct.new( :space_name, :project_name, :dev_environment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1664 class ListDevEnvironmentSessionsRequest < Struct.new( :space_name, :project_name, :dev_environment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |