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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



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