Class: Aws::ResourceGroups::Types::UpdateAccountSettingsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_lifecycle_events_desired_statusString

Specifies whether you want to turn group lifecycle events on or off.

Returns:

  • (String)


1380
1381
1382
1383
1384
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1380

class UpdateAccountSettingsInput < Struct.new(
  :group_lifecycle_events_desired_status)
  SENSITIVE = []
  include Aws::Structure
end