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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5423
5424
5425
5426
5427
5428
# File 'lib/aws-sdk-swf/types.rb', line 5423

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:



5423
5424
5425
5426
5427
5428
# File 'lib/aws-sdk-swf/types.rb', line 5423

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