Class: Aws::Synthetics::Types::ListGroupResourcesResponse

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

#next_tokenString

A token that indicates that there is more data available. You can use this token in a subsequent ListGroupResources operation to retrieve the next set of results.

Returns:

  • (String)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1352

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

#resourcesArray<String>

An array of ARNs. These ARNs are for the canaries that are associated with the group.

Returns:

  • (Array<String>)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1352

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