Class: Aws::SsmSap::Types::ListConfigurationCheckDefinitionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListConfigurationCheckDefinitionsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_checks ⇒ Array<Types::ConfigurationCheckDefinition>
The configuration check types supported by AWS Systems Manager for SAP.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#configuration_checks ⇒ Array<Types::ConfigurationCheckDefinition>
The configuration check types supported by AWS Systems Manager for SAP.
1090 1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1090 class ListConfigurationCheckDefinitionsOutput < Struct.new( :configuration_checks, :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.
1090 1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1090 class ListConfigurationCheckDefinitionsOutput < Struct.new( :configuration_checks, :next_token) SENSITIVE = [] include Aws::Structure end |