Class: Aws::Inspector2::Types::ListAccountPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListAccountPermissionsResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
-
#permissions ⇒ Array<Types::Permission>
Contains details on the permissions an account has to configure Amazon Inspector.
Instance Attribute Details
#next_token ⇒ String
A token to use for paginating results that are returned in the
response. Set the value of this parameter to null for the first
request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results
after the first page.
4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4608 class ListAccountPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::Permission>
Contains details on the permissions an account has to configure Amazon Inspector.
4608 4609 4610 4611 4612 4613 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4608 class ListAccountPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |