Class: Aws::Shield::Types::ListResourcesInProtectionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ListResourcesInProtectionGroupResponse
- 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 resources in the protection group 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. -
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
Instance Attribute Details
#next_token ⇒ String
If you specify a value for MaxResults
and you have more resources
in the protection group 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.
1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1420 class ListResourcesInProtectionGroupResponse < Struct.new( :resource_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1420 class ListResourcesInProtectionGroupResponse < Struct.new( :resource_arns, :next_token) SENSITIVE = [] include Aws::Structure end |