Class: Aws::Artifact::Types::ListReportsResponse

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

#next_tokenString

Pagination token to request the next page of resources.

Returns:

  • (String)


223
224
225
226
227
228
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 223

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

#reportsArray<Types::ReportSummary>

List of report resources.

Returns:



223
224
225
226
227
228
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 223

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