Class: Aws::Shield::Types::ListProtectionGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ListProtectionGroupsResponse
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If you specify a value for
MaxResults
and you have more protection groups than the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. -
#protection_groups ⇒ Array<Types::ProtectionGroup>
Instance Attribute Details
#next_token ⇒ String
If you specify a value for MaxResults
and you have more protection
groups than the value of MaxResults, AWS Shield Advanced returns
this token that you can use in your next request, to get the next
batch of objects.
1294 1295 1296 1297 1298 1299 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1294 class ListProtectionGroupsResponse < Struct.new( :protection_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#protection_groups ⇒ Array<Types::ProtectionGroup>
1294 1295 1296 1297 1298 1299 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1294 class ListProtectionGroupsResponse < Struct.new( :protection_groups, :next_token) SENSITIVE = [] include Aws::Structure end |