Class: Aws::Synthetics::Types::ListAssociatedGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ListAssociatedGroupsResponse
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupSummary>
An array of structures that contain information about the groups that this canary is associated with.
-
#next_token ⇒ String
A token that indicates that there is more data available.
Instance Attribute Details
#groups ⇒ Array<Types::GroupSummary>
An array of structures that contain information about the groups that this canary is associated with.
1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1374 class ListAssociatedGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates that there is more data available. You can
use this token in a subsequent ListAssociatedGroups
operation to
retrieve the next set of results.
1374 1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1374 class ListAssociatedGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |