Class: Aws::RDS::Types::RemoveTagsFromResourceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The Amazon RDS resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

Returns:

  • (String)


21762
21763
21764
21765
21766
21767
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21762

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

#tag_keysArray<String>

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

Returns:

  • (Array<String>)


21762
21763
21764
21765
21766
21767
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21762

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