Class: Aws::SWF::Types::TagResourceInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) for the Amazon SWF domain.

Returns:

  • (String)


5393
5394
5395
5396
5397
5398
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5393

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

#tagsArray<Types::ResourceTag>

The list of tags to add to a domain.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

Returns:



5393
5394
5395
5396
5397
5398
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5393

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