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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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:



2483
2484
2485
2486
2487
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2483

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