Class: Aws::ResourceGroups::Types::StartTagSyncTaskInput

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

#groupString

The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1614

class StartTagSyncTaskInput < Struct.new(
  :group,
  :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)


1614
1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1614

class StartTagSyncTaskInput < Struct.new(
  :group,
  :tag_key,
  :tag_value,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keyString

The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1614

class StartTagSyncTaskInput < Struct.new(
  :group,
  :tag_key,
  :tag_value,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tag_valueString

The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1614

class StartTagSyncTaskInput < Struct.new(
  :group,
  :tag_key,
  :tag_value,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end