Class: Aws::SsmSap::Types::ListOperationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


986
987
988
989
990
991
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 986

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

#operationsArray<Types::Operation>

List of operations performed by AWS Systems Manager for SAP.

Returns:



986
987
988
989
990
991
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 986

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