DeleteTrialComponentRequest
public struct DeleteTrialComponentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the component to delete.
Declaration
Swift
public let trialComponentName: String
-
Undocumented
Declaration
Swift
public init(trialComponentName: String)
-
Declaration
Swift
public func validate(name: String) throws