Class: Aws::Synthetics::Types::ListAssociatedGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupSummary>

An array of structures that contain information about the groups that this canary is associated with.

Returns:



1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1305

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

#next_tokenString

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.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1305

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