Class: Aws::Inspector2::Types::EnableDelegatedAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EnableDelegatedAdminAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency token for the request.
-
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
Instance Attribute Details
#client_token ⇒ String
The idempotency token for the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2972 class EnableDelegatedAdminAccountRequest < Struct.new( :client_token, :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end |
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
2972 2973 2974 2975 2976 2977 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2972 class EnableDelegatedAdminAccountRequest < Struct.new( :client_token, :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end |