Class: Aws::ResourceGroups::Types::AccountSettings

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

Overview

The Resource Groups settings for this Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_lifecycle_events_desired_statusString

The desired target status of the group lifecycle events feature. If

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 30

class AccountSettings < Struct.new(
  :group_lifecycle_events_desired_status,
  :group_lifecycle_events_status,
  :group_lifecycle_events_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#group_lifecycle_events_statusString

The current status of the group lifecycle events feature.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 30

class AccountSettings < Struct.new(
  :group_lifecycle_events_desired_status,
  :group_lifecycle_events_status,
  :group_lifecycle_events_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#group_lifecycle_events_status_messageString

The text of any error message occurs during an attempt to turn group lifecycle events on or off.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 30

class AccountSettings < Struct.new(
  :group_lifecycle_events_desired_status,
  :group_lifecycle_events_status,
  :group_lifecycle_events_status_message)
  SENSITIVE = []
  include Aws::Structure
end