TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
Declaration
Swift
public let resourceArn: String -
The list of tags to add to a resource. Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceInput Structure Reference