Class: Aws::SSM::Types::OpsEntityItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsEntityItem
- Includes:
- Aws::Structure
- Defined in:
- 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.
14423 14424 14425 14426 14427 14428 |
# File 'lib/aws-sdk-ssm/types.rb', line 14423 class OpsEntityItem < Struct.new( :capture_time, :content) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Array<Hash<String,String>>
The details of an OpsData summary.
14423 14424 14425 14426 14427 14428 |
# File 'lib/aws-sdk-ssm/types.rb', line 14423 class OpsEntityItem < Struct.new( :capture_time, :content) SENSITIVE = [] include Aws::Structure end |