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

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

#max_resultsInteger

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

Returns:

  • (Integer)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 656

class ListResourcesRequest < Struct.new(
  :project_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 656

class ListResourcesRequest < Struct.new(
  :project_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project.

Returns:

  • (String)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 656

class ListResourcesRequest < Struct.new(
  :project_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end