DatasetGroupSummary

public struct DatasetGroupSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time (in Unix time) that the dataset group was created.

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset group.

    Declaration

    Swift

    public let datasetGroupArn: String?
  • If creating a dataset group fails, the reason behind the failure.

    Declaration

    Swift

    public let failureReason: String?
  • The date and time (in Unix time) that the dataset group was last updated.

    Declaration

    Swift

    public let lastUpdatedDateTime: TimeStamp?
  • The name of the dataset group.

    Declaration

    Swift

    public let name: String?
  • The status of the dataset group. A dataset group can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, datasetGroupArn: String? = nil, failureReason: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, name: String? = nil, status: String? = nil)