Class: Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse

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

#auto_enableBoolean

Indicates whether GuardDuty is automatically enabled for accounts added to the organization.

Returns:

  • (Boolean)


1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-guardduty/types.rb', line 1590

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesTypes::OrganizationDataSourceConfigurationsResult

Describes which data sources are enabled automatically for member accounts.



1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-guardduty/types.rb', line 1590

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<Types::OrganizationFeatureConfigurationResult>

A list of features that are configured for this organization.



1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-guardduty/types.rb', line 1590

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#member_account_limit_reachedBoolean

Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.

Returns:

  • (Boolean)


1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-guardduty/types.rb', line 1590

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-guardduty/types.rb', line 1590

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end