Class: Aws::SecurityHub::Types::GetMasterAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetMasterAccountResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#master ⇒ Types::Invitation
A list of details about the Security Hub administrator account for the current member account.
Instance Attribute Details
#master ⇒ Types::Invitation
A list of details about the Security Hub administrator account for the current member account.
25759 25760 25761 25762 25763 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25759 class GetMasterAccountResponse < Struct.new( :master) SENSITIVE = [] include Aws::Structure end |