Class: Aws::Artifact::Types::ListReportsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of resources to return in the paginated response.

Returns:

  • (Integer)


206
207
208
209
210
211
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 206

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

#next_tokenString

Pagination token to request the next page of resources.

Returns:

  • (String)


206
207
208
209
210
211
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 206

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