StatusDetailFilters class
Status filter object to filter results based on specific member account ID or status type for an organization config rule.
Constructors
- StatusDetailFilters({String? accountId, MemberAccountRuleStatus? memberAccountRuleStatus})
Properties
- accountId → String?
-
The 12-digit account ID of the member account within an organization.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- memberAccountRuleStatus → MemberAccountRuleStatus?
-
Indicates deployment status for config rule in the member account. When
master account calls
PutOrganizationConfigRule
action for the first time, config rule status is created in the member account. When master account callsPutOrganizationConfigRule
action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletesOrganizationConfigRule
and disables service access forconfig-multiaccountsetup.amazonaws.com
.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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited