Class: Aws::ResourceGroups::Types::UpdateGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criticality ⇒ Integer
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.
-
#description ⇒ String
The new description that you want to update the resource group with.
-
#display_name ⇒ String
The name of the application group, which you can change at any time.
-
#group ⇒ String
The name or the ARN of the resource group to update.
-
#group_name ⇒ String
Don’t use this parameter.
-
#owner ⇒ String
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.
Instance Attribute Details
#criticality ⇒ Integer
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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the application group, which you can change at any time.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The name or the ARN of the resource group to update.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Don’t use this parameter. Use ‘Group` instead.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
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.
1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1940 class UpdateGroupInput < Struct.new( :group_name, :group, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |