status property

String? status
getter/setter pair

Valid values are active or inactive.

Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action as active or inactive.

Implementation

core.String? status;