Class: Aws::ResourceGroups::Types::UngroupResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UngroupResourcesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group from which to remove the resources.
-
#resource_arns ⇒ Array<String>
The Amazon resource names (ARNs) of the resources to be removed from the group.
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group from which to remove the resources.
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_arns ⇒ Array<String>
The Amazon resource names (ARNs) of the resources to be removed from the group.
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 |