Class: Aws::Synthetics::Types::ListGroupResourcesRequest

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

#group_identifierString

Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1331

class ListGroupResourcesRequest < Struct.new(
  :next_token,
  :max_results,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specify this parameter to limit how many canary ARNs are returned each time you use the ListGroupResources operation. If you omit this parameter, the default of 20 is used.

Returns:

  • (Integer)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1331

class ListGroupResourcesRequest < Struct.new(
  :next_token,
  :max_results,
  :group_identifier)
  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 operation to retrieve the next set of results.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1331

class ListGroupResourcesRequest < Struct.new(
  :next_token,
  :max_results,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end