Class: Aws::DatabaseMigrationService::Types::RemoveTagsFromResourceMessage

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

Overview

Removes one or more tags from an DMS resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

An DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

Returns:

  • (String)


10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10203

class RemoveTagsFromResourceMessage < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

The tag key (name) of the tag to be removed.

Returns:

  • (Array<String>)


10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10203

class RemoveTagsFromResourceMessage < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end