Class: Aws::SecurityHub::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListOrganizationAdminAccountsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_accounts ⇒ Array<Types::AdminAccount>
The list of Security Hub administrator accounts.
-
#feature ⇒ String
The feature where the delegated administrator account is listed.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#admin_accounts ⇒ Array<Types::AdminAccount>
The list of Security Hub administrator accounts.
27198 27199 27200 27201 27202 27203 27204 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27198 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token, :feature) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The feature where the delegated administrator account is listed. Defaults to Security Hub CSPM if not specified.
27198 27199 27200 27201 27202 27203 27204 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27198 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token, :feature) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
27198 27199 27200 27201 27202 27203 27204 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27198 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token, :feature) SENSITIVE = [] include Aws::Structure end |