Class: Aws::SSM::Types::OpsEntityItem

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

Overview

The OpsData summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capture_timeString

The time the OpsData was captured.

Returns:

  • (String)


12806
12807
12808
12809
12810
12811
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12806

class OpsEntityItem < Struct.new(
  :capture_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#contentArray<Hash<String,String>>

The details of an OpsData summary.

Returns:

  • (Array<Hash<String,String>>)


12806
12807
12808
12809
12810
12811
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12806

class OpsEntityItem < Struct.new(
  :capture_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end