Class: Aws::GuardDuty::Types::GetMasterAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#masterTypes::Master

The administrator account details.

Returns:



3167
3168
3169
3170
3171
# File 'lib/aws-sdk-guardduty/types.rb', line 3167

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