Class: Aws::SsmSap::Types::ListConfigurationCheckOperationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListConfigurationCheckOperationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_check_operations ⇒ Array<Types::ConfigurationCheckOperation>
The configuration check operations performed by AWS Systems Manager for SAP.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#configuration_check_operations ⇒ Array<Types::ConfigurationCheckOperation>
The configuration check operations performed by AWS Systems Manager for SAP.
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1150 class ListConfigurationCheckOperationsOutput < Struct.new( :configuration_check_operations, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1150 class ListConfigurationCheckOperationsOutput < Struct.new( :configuration_check_operations, :next_token) SENSITIVE = [] include Aws::Structure end |