DescribeOrganizationConfigurationResponse class

Constructors

DescribeOrganizationConfigurationResponse({required bool autoEnable, required bool memberAccountLimitReached, OrganizationDataSourceConfigurationsResult? dataSources})
DescribeOrganizationConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

autoEnable bool
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
final
dataSources OrganizationDataSourceConfigurationsResult?
Describes which data sources are enabled automatically for member accounts.
final
hashCode int
The hash code for this object.
no setterinherited
memberAccountLimitReached bool
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited