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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1054
1055
1056
1057
1058
1059
# File 'lib/aws-sdk-ssmsap/types.rb', line 1054

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:



1054
1055
1056
1057
1058
1059
# File 'lib/aws-sdk-ssmsap/types.rb', line 1054

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