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

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

Overview

The result of the query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataHash<String,Types::OpsEntityItem>

The data returned by the query.

Returns:



12787
12788
12789
12790
12791
12792
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12787

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

#idString

The query ID.

Returns:

  • (String)


12787
12788
12789
12790
12791
12792
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12787

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