Class: Aws::MemoryDB::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to which the tags are to be added

Returns:

  • (String)


2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2942

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

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2942

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