Class: Aws::ResourceGroups::Types::Group

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

Overview

A resource group that contains Amazon Web Services resources. You can assign resources to the group by associating either of the following elements with the group:

  • ResourceQuery - Use a resource query to specify a set of tag keys and values. All resources in the same Amazon Web Services Region and Amazon Web Services account that have those keys with the same values are included in the group. You can add a resource query when you create the group, or later by using the PutGroupConfiguration operation.

  • GroupConfiguration - Use a service configuration to associate the group with an Amazon Web Services service. The configuration specifies which resource types can be included in the group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_tagHash<String,String>

A tag that defines the application group membership. This tag is only supported for application groups.

Returns:

  • (Hash<String,String>)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#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)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the resource group.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

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

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#group_arnString

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

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource group.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  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)


530
531
532
533
534
535
536
537
538
539
540
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 530

class Group < Struct.new(
  :group_arn,
  :name,
  :description,
  :criticality,
  :owner,
  :display_name,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end