Class: Aws::Inspector2::Types::ListDelegatedAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListDelegatedAdminAccountsResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegated_admin_accounts ⇒ Array<Types::DelegatedAdminAccount>
Details of the Amazon Inspector delegated administrator of your organization.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#delegated_admin_accounts ⇒ Array<Types::DelegatedAdminAccount>
Details of the Amazon Inspector delegated administrator of your organization.
5066 5067 5068 5069 5070 5071 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5066 class ListDelegatedAdminAccountsResponse < Struct.new( :delegated_admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
5066 5067 5068 5069 5070 5071 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5066 class ListDelegatedAdminAccountsResponse < Struct.new( :delegated_admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |