Class: Aws::SsmSap::Types::ListConfigurationCheckDefinitionsOutput

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

#configuration_checksArray<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_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)


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