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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1802
1803
1804
1805
1806
1807
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1802

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


1802
1803
1804
1805
1806
1807
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1802

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