ValueWithServiceIds
public struct ValueWithServiceIds : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Values of the annotation.
Declaration
Swift
public let annotationValue: AnnotationValue? -
Services to which the annotation applies.
Declaration
Swift
public let serviceIds: [ServiceId]? -
Undocumented
Declaration
Swift
public init(annotationValue: AnnotationValue? = nil, serviceIds: [ServiceId]? = nil)
View on GitHub
ValueWithServiceIds Structure Reference