DatasetActionSummary
public struct DatasetActionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the action which automatically creates the data set’s contents.
Declaration
Swift
public let actionName: String?
-
The type of action by which the data set’s contents are automatically created.
Declaration
Swift
public let actionType: DatasetActionType?
-
Undocumented
Declaration
Swift
public init(actionName: String? = nil, actionType: DatasetActionType? = nil)