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 Amazon resource name (ARN) of the resource group from which to remove the resources.

Returns:

  • (String)


1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1805

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

#resource_arnsArray<String>

The Amazon resource names (ARNs) of the resources to be removed from the group.

Returns:

  • (Array<String>)


1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1805

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