Class: Aws::ResourceGroups::Types::StartTagSyncTaskOutput

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

#group_arnString

The Amazon resource name (ARN) of the application group for which you want to add or remove resources.

Returns:

  • (String)


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_nameString

The name of the application group to onboard and sync resources.

Returns:

  • (String)


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_arnString

The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.

Returns:

  • (String)


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_keyString

The tag key of the tag-sync task.

Returns:

  • (String)


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_valueString

The tag value of the tag-sync task.

Returns:

  • (String)


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_arnString

The Amazon resource name (ARN) of the new tag-sync task.

Returns:

  • (String)


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