Class: Aws::SSM::Types::OpsEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsEntity
- Includes:
- Aws::Structure
- Defined in:
- 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.
13122 13123 13124 13125 13126 13127 |
# File 'lib/aws-sdk-ssm/types.rb', line 13122 class OpsEntity < Struct.new( :id, :data) SENSITIVE = [] include Aws::Structure end |