Class: Aws::SecurityHub::Types::EnableOrganizationAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::EnableOrganizationAdminAccountRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.
-
#feature ⇒ String
The feature for which the delegated admin account is enabled.
Instance Attribute Details
#admin_account_id ⇒ String
The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.
24497 24498 24499 24500 24501 24502 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24497 class EnableOrganizationAdminAccountRequest < Struct.new( :admin_account_id, :feature) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The feature for which the delegated admin account is enabled. Defaults to Security Hub if not specified.
24497 24498 24499 24500 24501 24502 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24497 class EnableOrganizationAdminAccountRequest < Struct.new( :admin_account_id, :feature) SENSITIVE = [] include Aws::Structure end |