Class: Aws::ResourceGroups::Types::ListTagSyncTasksFilter

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

Overview

Returns tag-sync tasks filtered by the Amazon resource name (ARN) or name of a specified application group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The Amazon resource name (ARN) of the application group.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1172

class ListTagSyncTasksFilter < Struct.new(
  :group_arn,
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the application group.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1172

class ListTagSyncTasksFilter < Struct.new(
  :group_arn,
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end