Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.
Declaration
Swift
public let key: String -
Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(key: String, value: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Tag Structure Reference