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

#group_arnString

The ARN of the resource group.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 547

class GroupIdentifier < Struct.new(
  :group_name,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the resource group.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 547

class GroupIdentifier < Struct.new(
  :group_name,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end