Class: Aws::Macie2::Types::GetAdministratorAccountResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides information about the Amazon Macie administrator account for an account. If the accounts are associated by a Macie membership invitation, the response also provides information about that invitation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administratorTypes::Invitation

Provides information about an Amazon Macie membership invitation.

Returns:



2578
2579
2580
2581
2582
# File 'lib/aws-sdk-macie2/types.rb', line 2578

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