Class: Aws::SWF::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TagResourceInput
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon SWF domain.
-
#tags ⇒ Array<Types::ResourceTag>
The list of tags to add to a domain.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon SWF domain.
5423 5424 5425 5426 5427 5428 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5423 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::ResourceTag>
The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these
symbols: _ . : / = + - @
.
5423 5424 5425 5426 5427 5428 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5423 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |