Class: Aws::SSM::Types::OpsEntity

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The result of the query.

Instance Attribute Summary collapse

Instance Attribute Details

#dataHash<String,Types::OpsEntityItem>

The data returned by the query.

Returns:



11556
11557
11558
11559
11560
# File 'lib/aws-sdk-ssm/types.rb', line 11556

class OpsEntity < Struct.new(
  :id,
  :data)
  include Aws::Structure
end

#idString

The query ID.

Returns:

  • (String)


11556
11557
11558
11559
11560
# File 'lib/aws-sdk-ssm/types.rb', line 11556

class OpsEntity < Struct.new(
  :id,
  :data)
  include Aws::Structure
end