Class: Aws::GuardDuty::Types::GetMasterAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMasterAccountResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#master ⇒ Types::Master
The administrator account details.
Instance Attribute Details
#master ⇒ Types::Master
The administrator account details.
4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4182 class GetMasterAccountResponse < Struct.new( :master) SENSITIVE = [] include Aws::Structure end |