Class: Aws::Synthetics::Types::ListAssociatedGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ListAssociatedGroupsRequest
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups
operation. -
#next_token ⇒ String
A token that indicates that there is more data available.
-
#resource_arn ⇒ String
The ARN of the canary that you want to view groups for.
Instance Attribute Details
#max_results ⇒ Integer
Specify this parameter to limit how many groups are returned each
time you use the ListAssociatedGroups
operation. If you omit this
parameter, the default of 20 is used.
1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1507 class ListAssociatedGroupsRequest < Struct.new( :next_token, :max_results, :resource_arn) 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 operation to retrieve the next set of results.
1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1507 class ListAssociatedGroupsRequest < Struct.new( :next_token, :max_results, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the canary that you want to view groups for.
1507 1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1507 class ListAssociatedGroupsRequest < Struct.new( :next_token, :max_results, :resource_arn) SENSITIVE = [] include Aws::Structure end |