You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::UngroupResourcesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UngroupResourcesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  group: "GroupString", # required
  resource_arns: ["ResourceArn"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The name or the ARN of the resource group from which to remove the resources.

Returns:

  • (String)

    The name or the ARN of the resource group from which to remove the resources.

#resource_arnsArray<String>

The ARNs of the resources to be removed from the group.

Returns:

  • (Array<String>)

    The ARNs of the resources to be removed from the group.