Class: Aws::CodeStar::Types::ListResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum amount of data that can be contained in a single set of results.
-
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
-
#project_id ⇒ String
The ID of the project.
Instance Attribute Details
#max_results ⇒ Integer
The maximum amount of data that can be contained in a single set of results.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-codestar/types.rb', line 656 class ListResourcesRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-codestar/types.rb', line 656 class ListResourcesRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-codestar/types.rb', line 656 class ListResourcesRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |