Class: Aws::CloudWatchOmni::Types::GetContextGraphOutput

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

Overview

The response containing the requested slice of the context graph.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token for the next page; absent when there are no more results.

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2129

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

#nodesArray<Types::Node>

The page of nodes matching the request. This is the paginated collection.

Returns:



2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2129

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