Class: Aws::GuardDuty::Types::EnableOrganizationAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EnableOrganizationAdminAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The Amazon Web Services account ID for the organization account to be enabled as a GuardDuty delegated administrator.
Instance Attribute Details
#admin_account_id ⇒ String
The Amazon Web Services account ID for the organization account to be enabled as a GuardDuty delegated administrator.
3097 3098 3099 3100 3101 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3097 class EnableOrganizationAdminAccountRequest < Struct.new( :admin_account_id) SENSITIVE = [] include Aws::Structure end |