Class: Aws::ResourceGroups::Types::UngroupResourcesOutput

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

#failedArray<Types::FailedResource>

A list of any resources that failed to be removed from the group by this operation.

Returns:



1321
1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1321

class UngroupResourcesOutput < Struct.new(
  :succeeded,
  :failed,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#pendingArray<Types::PendingResource>

A list of any resources that are still in the process of being removed from the group by this operation. These pending removals continue asynchronously. You can check the status of pending removals by using the ListGroupResources operation. After the resource is successfully removed, it no longer appears in the response.

Returns:



1321
1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1321

class UngroupResourcesOutput < Struct.new(
  :succeeded,
  :failed,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#succeededArray<String>

A list of resources that were successfully removed from the group by this operation.

Returns:

  • (Array<String>)


1321
1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1321

class UngroupResourcesOutput < Struct.new(
  :succeeded,
  :failed,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end