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

Class: Aws::CodeStar::Types::ListResourcesResult

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The continuation token to use when requesting the next set of results, if there are more results to be returned.

Returns:

  • (String)

    The continuation token to use when requesting the next set of results, if there are more results to be returned.

#resourcesArray<Types::Resource>

An array of resources associated with the project.

Returns:

  • (Array<Types::Resource>)

    An array of resources associated with the project.