Class: Aws::ResourceGroups::Types::UpdateGroupInput

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

#criticalityInteger

The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.

Returns:

  • (Integer)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the application group, which you can change at any time.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#groupString

The name or the ARN of the resource group to update.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

Don't use this parameter. Use Group instead.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1943

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description,
  :criticality,
  :owner,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end