You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Shield::Types::ListResourcesInProtectionGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListResourcesInProtectionGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  protection_group_id: "ProtectionGroupId", # required
  next_token: "Token",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the first 20 results.

This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than MaxResults, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in NextToken that you can use in your next request, to get the next batch of objects.

Returns:

  • (Integer)

    The maximum number of resource ARN objects to return.

#next_tokenString

The next token value from a previous call to ListResourcesInProtectionGroup. Pass null if this is the first call.

Returns:

  • (String)

    The next token value from a previous call to ListResourcesInProtectionGroup.

#protection_group_idString

The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.

Returns:

  • (String)

    The name of the protection group.