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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1293

class UngroupResourcesInput < Struct.new(
  :group,
  :resource_arns)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnsArray<String>

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

Returns:

  • (Array<String>)


1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1293

class UngroupResourcesInput < Struct.new(
  :group,
  :resource_arns)
  SENSITIVE = []
  include Aws::Structure
end