DataSourceSummary
public struct DataSourceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The UNIX datetime that the data source was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The unique identifier for the data source.
Declaration
Swift
public let id: String? -
The name of the data source.
Declaration
Swift
public let name: String? -
The status of the data source. When the status is ATIVE the data source is ready to use.
Declaration
Swift
public let status: DataSourceStatus? -
The type of the data source.
Declaration
Swift
public let type: DataSourceType? -
The UNIX datetime that the data source was lasted updated.
Declaration
Swift
public let updatedAt: TimeStamp? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, id: String? = nil, name: String? = nil, status: DataSourceStatus? = nil, type: DataSourceType? = nil, updatedAt: TimeStamp? = nil)
View on GitHub
DataSourceSummary Structure Reference