DatasetGroup

public struct DatasetGroup : AWSShape

Undocumented

  • Declaration

    Swift

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

    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, provides the reason why.

    Declaration

    Swift

    public let failureReason: String?
  • The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.

    Declaration

    Swift

    public let kmsKeyArn: String?
  • The last update date and time (in Unix time) of the dataset group.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • The ARN of the IAM role that has permissions to create the dataset group.

    Declaration

    Swift

    public let roleArn: String?
  • The current 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, kmsKeyArn: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, name: String? = nil, roleArn: String? = nil, status: String? = nil)