Class: Aws::DocDB::Types::AddTagsToResourceMessage

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

Overview

Represents the input to AddTagsToResource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The Amazon DocumentDB resource that the tags are added to. This value is an Amazon Resource Name .

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 70

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

#tagsArray<Types::Tag>

The tags to be assigned to the Amazon DocumentDB resource.

Returns:



70
71
72
73
74
75
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 70

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