Class: Aws::CodeStar::Types::ListResourcesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListResourcesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
-
#resources ⇒ Array<Types::Resource>
An array of resources associated with the project.
Instance Attribute Details
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
675 676 677 678 679 680 |
# File 'lib/aws-sdk-codestar/types.rb', line 675 class ListResourcesResult < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
An array of resources associated with the project.
675 676 677 678 679 680 |
# File 'lib/aws-sdk-codestar/types.rb', line 675 class ListResourcesResult < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |