Class: Aws::Macie2::Types::GetMasterAccountResponse

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

Overview

(Deprecated) 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

#masterTypes::Invitation

Provides information about an Amazon Macie membership invitation.

Returns:



3127
3128
3129
3130
3131
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3127

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