Class: Aws::SecurityHub::Types::GetMasterAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#masterTypes::Invitation

A list of details about the Security Hub administrator account for the current member account.

Returns:



25762
25763
25764
25765
25766
# File 'lib/aws-sdk-securityhub/types.rb', line 25762

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