Class: Aws::SsmSap::Types::ListOperationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListOperationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#operations ⇒ Array<Types::Operation>
List of operations performed by AWS Systems Manager for SAP.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |
#operations ⇒ Array<Types::Operation>
List of operations performed by AWS Systems Manager for SAP.
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 |