You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::ListResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListResourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  project_id: "ProjectId", # required
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum amount of data that can be contained in a single set of results.

Returns:

  • (Integer)

    The maximum amount of data that can be contained in a single set of results.

#next_tokenString

The continuation token for the next set of results, if the results cannot be returned in one response.

Returns:

  • (String)

    The continuation token for the next set of results, if the results cannot be returned in one response.

#project_idString

The ID of the project.

Returns:

  • (String)

    The ID of the project.