Class: Aws::ResourceGroups::Types::GroupResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GroupResourcesInput
- 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 to add resources to.
-
#resource_arns ⇒ Array<String>
The list of Amazon resource names (ARNs) of the resources to be added to the group.
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group to add resources to.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 757 class GroupResourcesInput < Struct.new( :group, :resource_arns) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The list of Amazon resource names (ARNs) of the resources to be added to the group.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 757 class GroupResourcesInput < Struct.new( :group, :resource_arns) SENSITIVE = [] include Aws::Structure end |