Class: Aws::ResourceGroups::Types::ListTagSyncTasksFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ListTagSyncTasksFilter
- 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
-
#group_arn ⇒ String
The Amazon resource name (ARN) of the application group.
-
#group_name ⇒ String
The name of the application group.
Instance Attribute Details
#group_arn ⇒ String
The Amazon resource name (ARN) of the application group.
1210 1211 1212 1213 1214 1215 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1210 class ListTagSyncTasksFilter < Struct.new( :group_arn, :group_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the application group.
1210 1211 1212 1213 1214 1215 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1210 class ListTagSyncTasksFilter < Struct.new( :group_arn, :group_name) SENSITIVE = [] include Aws::Structure end |