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:



3471
3472
3473
3474
3475
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3471

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