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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

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

Returns:

  • (String)


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_arnsArray<String>

The list of Amazon resource names (ARNs) of the resources to be added to the group.

Returns:

  • (Array<String>)


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