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:



24807
24808
24809
24810
24811
# File 'lib/aws-sdk-securityhub/types.rb', line 24807

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