Class: Aws::ResourceGroups::Types::GroupIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GroupIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
The unique identifiers for a resource group.
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 description of the application group.
-
#display_name ⇒ String
The name of the application group, which you can change at any time.
-
#group_arn ⇒ String
The Amazon resource name (ARN) of the resource group.
-
#group_name ⇒ String
The name of the resource group.
-
#owner ⇒ String
A name, email address or other identifier for the person or group who is considered as the owner of this 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.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application group.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :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.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#group_arn ⇒ String
The Amazon resource name (ARN) of the resource group.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the resource group.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :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 group within your organization.
712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 712 class GroupIdentifier < Struct.new( :group_name, :group_arn, :description, :criticality, :owner, :display_name) SENSITIVE = [] include Aws::Structure end |