Class: Aws::SSM::Types::OpsEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsEntity
- 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
-
#data ⇒ Hash<String,Types::OpsEntityItem>
The data returned by the query.
-
#id ⇒ String
The query ID.
Instance Attribute Details
#data ⇒ Hash<String,Types::OpsEntityItem>
The data returned by the query.
13112 13113 13114 13115 13116 13117 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13112 class OpsEntity < Struct.new( :id, :data) SENSITIVE = [] include Aws::Structure end |