Class: Aws::ResourceGroups::Types::StartTagSyncTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::StartTagSyncTaskOutput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The Amazon resource name (ARN) of the application group for which you want to add or remove resources.
-
#group_name ⇒ String
The name of the application group to onboard and sync resources.
-
#role_arn ⇒ String
The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
-
#tag_key ⇒ String
The tag key of the tag-sync task.
-
#tag_value ⇒ String
The tag value of the tag-sync task.
-
#task_arn ⇒ String
The Amazon resource name (ARN) of the new tag-sync task.
Instance Attribute Details
#group_arn ⇒ String
The Amazon resource name (ARN) of the application group for which you want to add or remove resources.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the application group to onboard and sync resources.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |
#tag_key ⇒ String
The tag key of the tag-sync task.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |
#tag_value ⇒ String
The tag value of the tag-sync task.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon resource name (ARN) of the new tag-sync task.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1648 class StartTagSyncTaskOutput < Struct.new( :group_arn, :group_name, :task_arn, :tag_key, :tag_value, :role_arn) SENSITIVE = [] include Aws::Structure end |