OrganizationResourceDetailedStatusFilters class
Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
Constructors
- OrganizationResourceDetailedStatusFilters({String? accountId, OrganizationResourceDetailedStatus? status})
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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → OrganizationResourceDetailedStatus?
-
Indicates deployment status for conformance pack in a member account. When
master account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the member account. When master account callsPutOrganizationConformancePack
action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletesOrganizationConformancePack
and disables service access forconfig-multiaccountsetup.amazonaws.com
.final
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