Class: Aws::SSM::Types::OpsEntityItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsEntityItem
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The OpsData summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capture_time ⇒ String
The time the OpsData was captured.
-
#content ⇒ Array<Hash<String,String>>
The details of an OpsData summary.
Instance Attribute Details
#capture_time ⇒ String
The time the OpsData was captured.
13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13141 class OpsEntityItem < Struct.new( :capture_time, :content) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Array<Hash<String,String>>
The details of an OpsData summary.
13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13141 class OpsEntityItem < Struct.new( :capture_time, :content) SENSITIVE = [] include Aws::Structure end |