Class: Aws::ResourceGroups::Types::GroupResourcesInput

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

#groupString

The name or the ARN of the resource group to add resources to.

Returns:

  • (String)


586
587
588
589
590
591
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 586

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

#resource_arnsArray<String>

The list of ARNs of the resources to be added to the group.

Returns:

  • (Array<String>)


586
587
588
589
590
591
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 586

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