Class: Aws::SsmSap::Types::GetConfigurationCheckOperationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_check_operationTypes::ConfigurationCheckOperation

Returns the details of a configuration check operation.



794
795
796
797
798
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 794

class GetConfigurationCheckOperationOutput < Struct.new(
  :configuration_check_operation)
  SENSITIVE = []
  include Aws::Structure
end