RecordMarkerDecisionAttributes
public struct RecordMarkerDecisionAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the marker.
Declaration
Swift
public let details: String?
-
The name of the marker.
Declaration
Swift
public let markerName: String
-
Undocumented
Declaration
Swift
public init(details: String? = nil, markerName: String)
-
Declaration
Swift
public func validate(name: String) throws