Class: Aws::AuditManager::Types::GetOrganizationAdminAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetOrganizationAdminAccountResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The identifier for the administrator account.
-
#organization_id ⇒ String
The identifier for the organization.
Instance Attribute Details
#admin_account_id ⇒ String
The identifier for the administrator account.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2980 class GetOrganizationAdminAccountResponse < Struct.new( :admin_account_id, :organization_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier for the organization.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2980 class GetOrganizationAdminAccountResponse < Struct.new( :admin_account_id, :organization_id) SENSITIVE = [] include Aws::Structure end |