CreateSnapshotResult

public struct CreateSnapshotResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the snapshot that was created.

    Declaration

    Swift

    public let snapshotId: String?
  • Undocumented

    Declaration

    Swift

    public init(snapshotId: String? = nil)