DescribeDataSetResponse
public struct DescribeDataSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information on the dataset.
Declaration
Swift
public let dataSet: DataSet?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(dataSet: DataSet? = nil, requestId: String? = nil, status: Int? = nil)