Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
Declaration
Swift
public let key: String
-
The value for the specified tag key.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws