Class: Aws::AppRunner::Types::ListOperationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1899

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

#operation_summary_listArray<Types::OperationSummary>

A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.

Returns:



1899
1900
1901
1902
1903
1904
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1899

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