Class: Aws::Kafka::Types::TagResourceRequest

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

Overview

Tag a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3673

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

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3673

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