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 ARN of the resource group to add resources to.
-
#resource_arns ⇒ Array<String>
The list of ARNs of the resources to be added to the group.
Instance Attribute Details
#group ⇒ String
The name or the ARN of the resource group to add resources to.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 586 class GroupResourcesInput < Struct.new( :group, :resource_arns) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The list of ARNs of the resources to be added to the group.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 586 class GroupResourcesInput < Struct.new( :group, :resource_arns) SENSITIVE = [] include Aws::Structure end |