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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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:



8657
8658
8659
8660
8661
8662
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8657

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)


8657
8658
8659
8660
8661
8662
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8657

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