Class: Aws::ResourceGroups::Types::UpdateAccountSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateAccountSettingsInput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_lifecycle_events_desired_status ⇒ String
Specifies whether you want to turn [group lifecycle events][1] on or off.
Instance Attribute Details
#group_lifecycle_events_desired_status ⇒ String
Specifies whether you want to turn group lifecycle events on or off.
You can't turn on group lifecycle events if your resource groups quota is greater than 2,000.
1889 1890 1891 1892 1893 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1889 class UpdateAccountSettingsInput < Struct.new( :group_lifecycle_events_desired_status) SENSITIVE = [] include Aws::Structure end |