Class: Aws::Repostspace::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource that the tag is associated with.

Returns:

  • (String)


544
545
546
547
548
549
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 544

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

#tagsHash<String,String>

The list of tag keys and values that must be associated with the resource. You can associate tag keys only, tags (key and values) only, or a combination of tag keys and tags.

Returns:

  • (Hash<String,String>)


544
545
546
547
548
549
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 544

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