GetDataEndpointOutput
public struct GetDataEndpointOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
Declaration
Swift
public let dataEndpoint: String?
-
Undocumented
Declaration
Swift
public init(dataEndpoint: String? = nil)