Method: Aws::GuardDuty::Types::DisableOrganizationAdminAccountRequest#admin_account_id
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#admin_account_id ⇒ String
The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.
2825 2826 2827 2828 2829 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2825 class DisableOrganizationAdminAccountRequest < Struct.new( :admin_account_id) SENSITIVE = [] include Aws::Structure end |