TagRef
public struct TagRef : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values. DeclarationSwift public let key: String
- 
                  
                  The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). DeclarationSwift public let value: String?
- 
                  
                  Undocumented DeclarationSwift public init(key: String, value: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub TagRef Structure Reference
        TagRef Structure Reference