DescribeScriptInput
public struct DescribeScriptInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a Realtime script to retrieve properties for. You can use either the script ID or ARN value.
Declaration
Swift
public let scriptId: String
-
Undocumented
Declaration
Swift
public init(scriptId: String)
-
Declaration
Swift
public func validate(name: String) throws