Class: Aws::CloudWatchOmni::Types::GetContextGraphOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetContextGraphOutput
- 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
-
#next_token ⇒ String
Pagination token for the next page; absent when there are no more results.
-
#nodes ⇒ Array<Types::Node>
The page of nodes matching the request.
Instance Attribute Details
#next_token ⇒ String
Pagination token for the next page; absent when there are no more results.
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 |
#nodes ⇒ Array<Types::Node>
The page of nodes matching the request. This is the paginated collection.
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 |