Class: Aws::Synthetics::Types::ListGroupsResponse

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 each contain information about one group.

Returns:



1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1393

class ListGroupsResponse < 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 ListGroups operation to retrieve the next set of results.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1393

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