Class: Aws::AuditManager::Types::RegisterAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::RegisterAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegated_admin_account ⇒ String
The delegated administrator account for Audit Manager.
-
#kms_key ⇒ String
The KMS key details.
Instance Attribute Details
#delegated_admin_account ⇒ String
The delegated administrator account for Audit Manager.
3841 3842 3843 3844 3845 3846 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3841 class RegisterAccountRequest < Struct.new( :kms_key, :delegated_admin_account) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
The KMS key details.
3841 3842 3843 3844 3845 3846 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3841 class RegisterAccountRequest < Struct.new( :kms_key, :delegated_admin_account) SENSITIVE = [] include Aws::Structure end |