Class: Aws::MQ::Types::CreateTagsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


889
890
891
892
893
894
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 889

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


889
890
891
892
893
894
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 889

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