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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


675
676
677
678
679
680
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 675

class ListResourcesResult < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

An array of resources associated with the project.

Returns:



675
676
677
678
679
680
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 675

class ListResourcesResult < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end