Class: Aws::Inspector2::Types::DisableDelegatedAdminAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegated_admin_account_idString

The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.

Returns:

  • (String)


2593
2594
2595
2596
2597
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2593

class DisableDelegatedAdminAccountRequest < Struct.new(
  :delegated_admin_account_id)
  SENSITIVE = []
  include Aws::Structure
end