Class: Aws::SsmSap::Types::StartConfigurationChecksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StartConfigurationChecksOutput
- Defined in:
- gems/aws-sdk-ssmsap/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 that were started.
Instance Attribute Details
#configuration_check_operations ⇒ Array<Types::ConfigurationCheckOperation>
The configuration check operations that were started.
1850 1851 1852 1853 1854 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1850 class StartConfigurationChecksOutput < Struct.new( :configuration_check_operations) SENSITIVE = [] include Aws::Structure end |