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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


13077
13078
13079
13080
13081
13082
# File 'lib/aws-sdk-ssm/types.rb', line 13077

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>>)


13077
13078
13079
13080
13081
13082
# File 'lib/aws-sdk-ssm/types.rb', line 13077

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