Class: Aws::SSM::Types::GetOpsSummaryResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::OpsEntity>

The list of aggregated details and filtered OpsData.

Returns:



8598
8599
8600
8601
8602
8603
# File 'lib/aws-sdk-ssm/types.rb', line 8598

class GetOpsSummaryResult < Struct.new(
  :entities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


8598
8599
8600
8601
8602
8603
# File 'lib/aws-sdk-ssm/types.rb', line 8598

class GetOpsSummaryResult < Struct.new(
  :entities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end