Class: Aws::ResourceGroups::Types::GroupIdentifier

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

Overview

The unique identifiers for a resource group.

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)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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

#descriptionString

The description of the application group.

Returns:

  • (String)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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_nameString

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

Returns:

  • (String)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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_arnString

The Amazon resource name (ARN) of the resource group.

Returns:

  • (String)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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_nameString

The name of the resource group.

Returns:

  • (String)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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

#ownerString

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

Returns:

  • (String)


712
713
714
715
716
717
718
719
720
721
# File 'gems/aws-sdk-resourcegroups/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